Hey hey, here's an example of the classic pacman game map developed in canvas. This is a WIP
, feel free to submit PRs and check tasks.
Play it here: https://core-school.github.io/pacman/
- Render pacman map
- Add main character
- Pacman animation effect
- Keyboard controls for pacman
- Map collisions v1
- Add ghost enemies
- Implement A* for ghosts to follow pacman
- Add scoring
- Implement ghost Chase mode (blue ghosts)