ucsb-cs56-projects / cs56-games-fish-animation

-
1 stars 11 forks source link

Play again #21

Closed jennacryan closed 8 years ago

jennacryan commented 9 years ago

Right now the only option upon finishing the game is to exit, but the game could be improved with an option to play again

~100 points

fstruong commented 9 years ago

Added a popup screen for game over. When the player wins or loses, a popup screen appears tells the player the total score and asks the player if they want to play again. If the player clicks yes, they are redirected back to main menu. If the player presses no, the window exits.

mochele15 commented 9 years ago

Added a play again button when the user loses or wins the game. If clicked, the screen goes back to the main menu.