Open-source retro browser-based mini-game collection. Play instantly in your browser — no download required.
🌐 Live demo:https://tiny-arcade.com
Small games deserve real care — and a door anyone can open. Tiny Arcade is a collection of lightweight, static HTML5 arcade mini-games that run entirely in the browser. No installs, no sign-ups, no tracking.
- 250+ retro arcade games across Action, Shooting, Adventure, Puzzle, Hypercasual, Io, Multiplayer, Racing, Horror and Sports.
- Zero install — every game runs directly in the browser via pure frontend HTML/CSS/JavaScript.
- No user tracking — no analytics beacons, no accounts, no data collection.
- Mobile ready — responsive layout that works on desktop and phones.
- Open source — the entire codebase is on GitHub; fork it, self-host it, or just read through it.
| Category | Examples |
|---|---|
| Arcade | Gravity Circuit, Chaos Pong, Deep Space Deliveries |
| Action | Laserboy, Star Dash: Galactic Strike, Samurai Clash |
| Shooting | Blaster Thrasher, Quidditch Arena, Asteroids Runners |
| Adventure | PicoQuest: Darkness Rising, Cipher-8, Simple RPGs |
| Puzzle | Puzzled Knight, NovaShift, Rook1 |
| Hypercasual | Rexo, Flappy Plane, Doge Clicker |
| Io | Keep it Alight, Cyber god, supernovae.io |
| Multiplayer | Dungeon Deathmatch, Gravity runners, Amoeba Online |
Play online at https://tiny-arcade.com, or run it locally:
# 1. Clone the repository
git clone https://github.com/bite-arcade/tiny-arcade.git
# 2. Enter the directorycd tiny-arcade
# 3. Serve the static files (any static server works)
python3 -m http.server 8080
# Then open http://localhost:8080
⚠️ FOR LOCAL TESTING ONLY, DO NOT EXPOSE TO PUBLIC INTERNET. This is a static site; a local server is enough to preview it on your machine.
Report bugs via GitHub Issues, suggest new game ideas, or open a Pull Request. Please read CONTRIBUTING.md first.
- Bite Arcade — companion collection of bite-sized browser arcade mini-games
- PrivacyPDF — 100% browser-local PDF compression
Released under the MIT License. This project is derived from the open-source tiny-arcade project by ShemYu; see NOTICE for attribution.
