How can I make an easy Pacman game?
Additional Sources
www.pygame.org
Pygame Getting Started (great for beginner Pacman clones in Python)
Citation [3]
www.html5rocks.com
HTML5 Game Introduction (concepts for browser-based games)
Citation [4]
en.wikipedia.org
Pac-Man overview (rules and gameplay concepts)
Citation [5]
gameprogrammingpatterns.com
Game Programming Patterns (useful architecture ideas)
Citation [6]
Filed under: