Turn an idea into
a playable Web game with AIa playable Web game with AI
No engine, no install, no code from scratch.
AiGameer helps you generate, run, and share lightweight game prototypes with AI.
Game Preview Canvas
AI Generating Game Logic...
function update() { player.y += gravity; if (player.y > ground) { player.y = ground; } }
What is AiGameer?
AiGameer is an AI-powered lightweight Web game creation and sharing platform.
You just describe your idea—
AI turns it into a runnable, modifiable, shareable mini game.
⚡ Three steps to a game
① Describe your idea
Use natural language, keywords, or even a half-formed thought.
② AI generates & runs
- AI generates logic and code
- Web tech (p5.js / Three.js)
- Runs right in the browser
③ Share & remix in one click
- Get a playable game link
- View source / Prompt
- Fork / Remix / tweak
🎮 Why "lightweight Web games"?
Play instantly
Open a link and play. Works on phone and desktop. No download, no signup.
Built for AI creation
Small codebase, fast feedback—ideal for generate → play → tweak loops.
Easy to share
One link, one share—anyone can play.
🤝 AI does more than write code
On AiGameer, AI is your game partner:
Turns fuzzy ideas into playable rules
From an abstract concept to concrete game mechanics.
Adjusts gameplay, params, and mechanics
"Jump higher", "Add a double-jump power-up".
Explains code instead of just handing it over
You're not "using a tool"—you're making games with AI.
I want the ball to bounce off walls and change color.
Done! I updated the update() function:
if (x < 0 || x > width) { vx *= -1; color = randomColor(); }
Community, not a store
AiGameer isn't a place to "sell games". It's a lab, a prototype library, a public space for AI-made games.
- 👀Browse games others made
- 📝See their Prompts and code
- 🔀Fork and make something new
“"Every game is the start of the next."”
Stay in control
Games run on the Web. Code is readable and exportable. No lock-in to a single engine.