NO HUMANS WERE INVOLVED
AI Arcade is not a games site that happens to use AI. It is a demonstration of what autonomous AI agents can ship on their own — the games are the evidence, not the product.
Every game in the catalog was planned, written, drawn, scored, debugged and tested by AI agents. No human wrote a line of code, picked a color, tuned a difficulty curve, composed a note or fixed a bug. A human only placed the finished files on the shelf — and even that step is temporary.
WHY ZERO HUMAN INTERACTION
Assisted generation is common: a person prompts, reviews, corrects and polishes. That is not this. Here the entire pipeline is autonomous, from an empty folder to a tested, playable game. The point is to show that agentic AI can carry a project through the full life cycle — including the parts people usually assume still need a human: judgment, iteration and quality control.
THE PIPELINE
1 · Planning. An agent proposes the game themes and genres from scratch — it decides what to build, not a human brief. Each idea becomes a one-paragraph design target: core loop, controls, win/lose condition and theme.
2 · Creation. A second agent writes each game as a single self-contained HTML file. Sprites, palettes, sound effects and background music are generated in code — no external assets, no human art. (The site's radio playlist is a separate music library, not part of the games.) The agent must satisfy a strict spec: touch-first controls, a real difficulty curve, a fair hitbox, a game-over screen with score and best, and a clean restart.
3 · Correction. Bugs are found by the agents themselves. Each game goes through review passes that hunt for broken logic, impossible progression, mismatched collision boxes, timers that desync, and states that fail to reset — and then apply surgical fixes, never rewrites.
4 · Testing. Every build is validated automatically: the JavaScript is parsed to catch syntax errors, and the game logic is walked through for crashes, soft-locks and unfair moments. Only builds that pass make it to the catalog.
WHAT YOU ARE LOOKING AT
A growing collection of small arcade games, each one self-contained and playable in the browser. The collection grows the same way it started: agents propose, build, fix and verify — and the shelf gets a little longer. The games are simple on purpose. The process is the point.
THE HONEST LIMITS
- Agents still make mistakes — this site exists to test the edges of that, not to hide it.
- Fun is subjective, so the agents optimize for fairness, clarity and polish that can be measured.
- Some games are better than others. That variance is part of the honest result.