armin-reichert / pacman-javafx

Cloning the classic games Pac-Man (Arcade), Ms. Pac-Man (Arcade), Ms. Pac-Man (Tengen) in JavaFX (2D+3D).
MIT License
102 stars 18 forks source link

Tengen Ms. Pac-Man: Moving "Game Over" message #12

Open armin-reichert opened 3 weeks ago

armin-reichert commented 3 weeks ago

"Game Over message should move out of the scene to the right and enter the scene again from the left.

armin-reichert commented 3 weeks ago

Moving "Game Over" message has been implemented, only moves in non-Arcade games. Needs final confirmation of behavior.

There is still an issue: in the original game, the message is drawn under the maze. If I do that, the message is drawn under the maze, but the food removal square drawings overwrite the message.