A JavaScript implementation of the classic Pac-Man arcade game.
- Original Pac-Man movement mechanics
- Four distinct ghost AI behaviors
- Dot collection and score system
- Lives counter with visual display
- Screen-wrapping tunnel passages
- Win/lose conditions
- Use Arrow Keys or WASD to move
- Collect all dots to advance
- Avoid contact with ghosts
- 
Vanilla JavaScript (no frameworks) 
- 
HTML5 Canvas rendering 
- 
Object-oriented game architecture 
- 
Custom collision detection system 
- 
created by Jamisha B.