Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 780 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 780 Bytes

Pacman

A Graphical classic game with Javascript and svg

Features:

  • A complete working Pacman game
  • Responsive controls over Pacman
  • The game dynamically adapts the map user gives.
  • The game includes few amazing ghosts named RaOne. The number of RaOnes are dynamic.
  • RaOne dynamically finds a way to pacman no matter what map is specified.
  • Difficulty of RaOne is designed in a way that user can easily play. Although difficulty can be changed any time.
  • Undoubtadly Pacman has PowerUps. By which pacman can take over to the ghosts.

ScreenShot:

ScreentShot

Todo:

  • Upload the ERD of the pacman
  • Comment out the code in order to make it easy to understand
  • Reformat the code. Make it more uncoupled and reusable.