Classic Pac-Man — maze, dots, power pellets, four named ghosts with scatter/chase AI. Kid and Adult modes. Playable instantly in any browser.
https://bodhiprotocol.github.io/pac-man/
| Feature | Details |
|---|---|
| Four ghosts | Blinky, Pinky, Inky, and Clyde — each with their own release timing |
| Scatter/chase AI | Ghosts alternate between patrolling and hunting |
| Power pellets | Turn the tables and eat scared ghosts for points |
| Kid mode | 5 lives, ghosts leave the house later |
| Adult mode | 3 lives, ghosts release and hunt faster |
| Touch-friendly | On-screen directional controls |
| PWA | Installable, works offline |
| Zero dependencies | Pure HTML + CSS + JS |
https://bodhiprotocol.github.io/pac-man/
git clone https://github.com/BodhiProtocol/pac-man.git
# Open index.html in any browser- Choose 🧒 Kids or ⚡ Adult mode
- Arrow keys (or touch buttons) to navigate the maze
- Eat every dot to clear the level
- Grab a power pellet to turn ghosts scared and eat them for bonus points
- Avoid non-scared ghosts — losing all lives ends the game
| Aspect | Details |
|---|---|
| Architecture | Single HTML file (SPA) |
| Technology | Vanilla JS + Canvas |
| Dependencies | Zero |
| Browser support | Chrome 60+, Firefox 55+, Safari 11+, Edge 79+ |
MIT — free for personal, educational, and commercial use.
Created by BodhiProtocol · Built with Claude AI