Skip to content

Commit

Permalink
Merge pull request #1 from jesuino/master
Browse files Browse the repository at this point in the history
a few changes in read me
  • Loading branch information
José Pereda committed Jun 23, 2015
2 parents 61ffb68 + 93655a6 commit 97f1d89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Create nodes for `hTop` in `createScore()`, with these steps:
- Create a `VBox` named `vScores` and an `HBox`named `hScores` with spacing 5
- Create a `Label` named `lblTit` with text `"SCORE"`, and add it to `vScore`, as well as `lblScore`
- Create a `VBox` named `vRecord` and a `Label` named `lblTitBest` with text `"BEST"`, and add it to `vRecord`, as well as `lblBest`
- Add `vScore` and `vRecord` to `hScores`, create a `VBox` named `vFill` with vertical grow priority to grow always, and add `hScores`and `vFill` to `vScores`
- Add `vScore` and `vRecord` to `hScores`, create a `VBox` named `vFill` with vertical grow priority to grow always, and add `hScores` and `vFill` to `vScores`
- Finally, add `lblTitle`, `lblSubtitle`, `hFill` and `vScores` to `hTop`

#### SOLUTION CODE
Expand Down Expand Up @@ -535,7 +535,7 @@ Call `initializeGameGrid` before `startGame`
* Copy and paste the following code snippet:
```java
initializeGameGrid();
gameGrid.clear()
gameGrid.clear();
```

Back to [Index][I0]
Expand Down Expand Up @@ -696,7 +696,7 @@ parallelTransition.setOnFinished(e -> {
});
```

Set `movingTiles` to true. start the animation and clear de list of animations.
Set `movingTiles` to true. start the animation and clear the list of animations.

#### SOLUTION CODE
* *Class*: `GameManager`
Expand Down Expand Up @@ -1643,4 +1643,4 @@ Back to [Index][I0]
[I43]: https://github.com/jperedadnr/Game2048HOL#step-43-optional-tiles
[I44]: https://github.com/jperedadnr/Game2048HOL#step-44-finding-mergeable-optionally-null-tiles
[I45]: https://github.com/jperedadnr/Game2048HOL#step-45-traversing-the-grid-with-optional
[I46]: https://github.com/jperedadnr/Game2048HOL#step-46-extra-features
[I46]: https://github.com/jperedadnr/Game2048HOL#step-46-extra-features

0 comments on commit 97f1d89

Please sign in to comment.