A basic implementation of the classic Pacman game using HTML, CSS, and JavaScript.
- Arrow key controls for Pacman movement
- Collision detection with maze walls
- Score tracking for collecting dots
- Win condition when all dots are collected
- Open
game.htmlin a web browser - Use the arrow keys (↑, ↓, ←, →) to move Pacman around the maze
- Collect all the dots to win the game
- The score increases by 10 points for each dot collected
- The game uses a grid-based system for the maze layout
- Collision detection prevents Pacman from moving through walls
- The game board is rendered using HTML/CSS grid layout