ucsb-cs56-projects / cs56-games-country-runner

-
2 stars 12 forks source link

Add a death screen/animation #59

Closed jalexanderqed closed 7 years ago

jalexanderqed commented 8 years ago

Currently, when a collision occurs, the game screen suddenly changes to the "Your Score/Restart" screen. For this issue, add some sort of death animation and/or game over message. To get started, look at line 228 of CountryRunnerJPanel.java

jalexanderqed commented 8 years ago

F16 OK (200 pts)

jalexanderqed commented 8 years ago

The new death animation is nice, but I noticed that all of the obstacles on the screen disappear when the player dies. Would it be possible to have them stay onscreen?

UCSBWillHuang1997 commented 8 years ago

I shall implement that. It looks kind of weird but if that's what you want.