Overview This is a simple implementation of the classic Pac-Man game using [choose your framework/library here]. The game aims to replicate the nostalgic experience of the original Pac-Man while incorporating modern game development practices.
Open and run start.html to start the game!
Features Classic Pac-Man gameplay mechanics. Responsive controls for smooth user interaction. Colorful graphics and animations. Score tracking and game-over conditions.
Controlls: use w,a,s,d to move Pacman.
Remarks and code review (UH 2024-01-04):
- Really nice game and fun to play with the music and sounds!
- Music is initially not played (see MDN autoplay guide)
- State the entry point in this readme (menu.html)
- Restructure the code in order to separate gameplay from drawing.
- Improve the game play when colliding with a ghost (e.g. by spawing pacman in the middle)
- Add a time countdown or a point counter and a leaderboard