Classic Breakout — paddle, ball, bricks, power-ups. Kid and Adult modes. Playable instantly in any browser.
https://bodhiprotocol.github.io/breakout/
| Feature | Details |
|---|---|
| Kid mode | 5 lives, slower ball |
| Adult mode | 3 lives, faster ball |
| Power-ups | Wide paddle, lasers, and more drop from broken bricks |
| Multi-level progression | Clear a level's bricks to advance |
| Touch-friendly | Drag to move the paddle on mobile |
| PWA | Installable, works offline |
| Zero dependencies | Pure HTML + CSS + JS |
https://bodhiprotocol.github.io/breakout/
git clone https://github.com/BodhiProtocol/breakout.git
# Open index.html in any browser- Choose 🧒 Kids or ⚡ Adult mode
- Move the paddle with arrow keys, mouse, or touch
- Bounce the ball to break every brick
- Catch falling power-ups for an edge
- Don't let the ball fall past your paddle!
| 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