Pacman Game

Front-End

Pacman game image

The challenge: Write a pacman game with HTML, CSS, & JavaScript only

What I did:

  • Draw grids, ghosts, pacdots, & the pacman
  • Move the pacman on keypress
  • Increment score after eating pacdots & score boosters
  • Move ghosts around the grids

Technology I used:

  • JavaScript
  • HTML
  • CSS

View Project

View Code