Inspiration
I was brainstorming what could be both easy to build and genuinely fun — while pushing Bolt to its absolute limits. I already knew the system's boundaries before the model upgrade, so I experimented a bit.
Maybe it could've hit 20 games or more, but even by 10 it started making small mistakes — so I stopped while it was still clean and playable.
What it does
It’s a complete retro arcade platform with 10 fully playable mini-games:
Flappy Bird, Snake, 2048, Pong, Tetris, Cookie Clicker, Reaction Timer, Memory Cards, Dodge Blocks, and Stack Tower.
The hub includes:
- Local leaderboards per game
- Unlockable themes
- Game of the Day feature
- Random Game selector
- Motivational messages and taunts
Everything runs in-browser, fully responsive, and smooth across desktop and mobile.
How we built it
I wrote one big prompt in Bolt.new, let it build out the core logic and UI, and then manually refined the output.
I added a few extra elements myself — like the Bolt badge through code, polish around the transitions, and leaderboard persistence.
Tech stack:
- React
- TypeScript
- Tailwind CSS
- LocalStorage
All done directly inside Bolt, no backend, no dev setup required.
Challenges we ran into
Main challenge was modularizing multiple games cleanly while keeping the hub responsive and the UI consistent.
Some generated code had bugs that needed cleanup, especially around state resets and mobile touch support.
Accomplishments that we're proud of
- 10 complete and polished games in one package
- Unified visual theme and UX
- Built entirely from a single prompt using Bolt
- Responsive, smooth, and no backend required
What we learned
Bolt can seriously accelerate game development when paired with a strong prompt and a clear goal.
You still need to guide it and fix edge cases, but the base it gives you is fast, functional, and scalable.
What’s next for 10 Mini Games in 1 – Retro Arcade Hub
Future plans could include:
- Supabase-powered online leaderboards
- Player profiles, stats, and login
- Daily missions, streaks, and unlockables
But even as-is, it’s a full browser arcade anyone can play or remix.
Built With
- bolt.new
- react
- tailwind-css
- typescript


Log in or sign up for Devpost to join the conversation.