Skip to content

idanstrul/pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacman

A small version of the Pac-Man game.

General Information

This project is a small JavaScript exercise intended to practice JS CSS and HTML integration while applying the logic of the original pacman game in a matrix data model. This is one of the first exercises performed as part of the Coding Academy web development course.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript - ES6

Screenshots

Example screenshot

Usage

  • Use the arrow-keys to move your player.
  • Avoid the ghosts.
  • You can capture the ⨂ super-foods to enter super state and eat the ghosts!
  • Capture all the dots on the board to win the game!

Project Status

Project is: no longer being worked on.
Reason: Moved to work on higher scale projects.

Room for Improvement

  • Add stages and levels.
  • Improve style.
  • Add more features of the original Pac-Man game.