Skip to content
Snippets Groups Projects
Commit c1332e31 authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 0e89a550
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,7 @@ ended. ...@@ -126,7 +126,7 @@ ended.
When will the game end? When will the game end?
1. When there is no any empty tile, and no possible moves. Movement 1. When there is no any empty tile, and no possible moves. Movement
in on direction might not be possible even while movement is in one direction might not be possible even while movement is
possible in others. possible in others.
Trying to move in this "impossible" direction should result in no Trying to move in this "impossible" direction should result in no
change to the board: no movement, no spawn. change to the board: no movement, no spawn.
...@@ -136,12 +136,12 @@ the game ended. ...@@ -136,12 +136,12 @@ the game ended.
2. When we click the `New Game` button. Every time we click the `New 2. When we click the `New Game` button. Every time we click the `New
Game` button, the current game will end. Game` button, the current game will end.
What will happen after the game ends? When the game ends a window should pop up to show the final score of
the current game.
A window should pop up to show the final score of current play. You You can use `ZStack` to implement this view.
can use `ZStack` to implement this view. By clicking the "Close" By clicking the "Close" button should start a new game.
button should start a new game. Every time a game ends, the score Every time a game ends, the score should be recorded, this will be
should be recorded, this will be discussed in later task. discussed in later task.
## Task 5: Gestures ## Task 5: Gestures
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment