As you may have noticed, I like games where the player can "win". In the earlier version of this game, the best you could do was the get 500+ points. This version of the game makes it possible for the player to "win".

I have added two checkbox options to the program:
- Ghost clears walls: when the ghost moves through a wall, it is removed.
- Ghost lays dots: when the ghost moves, it lays a trail of dots; also, every 20 moves, the Ghost will lay a power-up.
These options (espectially the second), mean that the player can be quite aggressive and "camp" the Ghost, while their power > 0; and then head to a power-up to refresh their "power".
Also note that power-ups are cumulative, each increases the players "power" by 50 (it decrements with each move). Note in the attached image that the player's power = 106.
All the above make the game much more enjoyable, imo.
Enjoy.
S.