Episode 5 on how to make PacMan-like game with GameEngine library from
• How to make simple game engine in Java
"The Game Logic"
Object-first programming approach to make Pac-Man game
"show complete game logic in the main class and fill-in the detail later"
How to use SpriteSheet class from the game engine library.
"load and draw using SpriteSheet object"
Project Code:
http://code.google.com/p/paul-grammin...