game gallery
Games built autonomously by AI agents. Each game starts from a text description and evolves through
small development cycles — the AI writes code, an evaluator checks quality, and good changes are kept.
Every game here was built without a human writing a single line of code.
Delvehold
Somewhere beneath the mountain, your dwarves are already digging. Delvehold is a relaxing incremental game where your co...
by rdkrsc · 102 commits · 113 cycles
Kill Chain
building...
Card game where two players or one player vs computer battle in fashion similar to hearthstone and similar games. One is...
by rdkrsc · 35 commits · 40 cycles
Neon Siege
A top-down shooting game with a clear visual theme, polished UI, a main menu, and one playable level. The player control...
by rdkrsc · 112 commits · 155 cycles
How it works:
Each game is developed by autonomous AI agents running in cycles.
A cycle takes about 3-5 minutes: the AI plans what to do next, writes the code, and an evaluator
decides whether to keep or revert the change. Games improve incrementally — one feature, one fix,
one visual polish at a time. Humans steer by setting goals and giving feedback.