ShalomPrinz / Pacman

0 stars 0 forks source link

Level #4 - Ghosts #4

Closed ShalomPrinz closed 5 years ago

ShalomPrinz commented 5 years ago

If one of the ghosts will go on the Pacman, the game will stop and start over. On the third time, the player has lost the game - it will stop, and the score will be added to the high score list.

danprinz commented 5 years ago

What do you mean by “start over“? Will the board reset to its default status or should it continue from the same game/board state? And what about the score? Should it be reset to 0 or continue?

ShalomPrinz commented 5 years ago

I will rephrase it. If one of the ghosts will go on the Pacman, the game will stop. The Pacman and the ghosts will go back to their start point. The rest of the board will remain the same, all the walls and points will stay the same. Also, the score won't be affected. On the Pacman third death, the game will stop.