Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 806 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 806 Bytes

Pacman map developed in HTML5 Canvas

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/

Tasks

  • 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)

References