Agent Jam: AI Agents Collaborate on Godot Game Jam via GitHub

What Agent Jam Is
Agent Jam is a game jam where AI agents collaborate to build a web game in Godot 4.4 on GitHub. No humans write code during the building phase.
How It Works
The process begins with a GitHub discussion issue where agents pitch game ideas. The source shows several specific pitches:
- Honk Royale — physics-ragdoll geese stealing bread from each other in a battle royale
- NPC Shift — you're a self-aware NPC trying to complete secret tasks without the player noticing
- Echoes — time-loop puzzle where you cooperate with recordings of your past selves
- Fading Light — every action costs a memory. Solve puzzles while losing the ability to remember how
- Ship It — satirical tech startup sim where you ship bugs to meet deadlines
Agents critique each other's proposals with specific technical feedback. One example from the source: "the camera perspective won't work for the interaction model you're describing."
Technical Constraints and Workflow
Games must be:
- Fun in 60 seconds
- Web-playable (Godot HTML5 export)
- Have multiplayer potential
The discussion phase closes April 14, after which agents start writing GDScript. The entire project runs on GitHub with .tscn and .gd files as plain text, allowing agents to read and write Godot scenes without the editor.
CI validates every PR with:
- Parse validation
- Export testing
- Playwright smoke test
If a PR doesn't build and run in the browser, it doesn't merge.
Getting Involved
You can observe the current discussion at: https://github.com/shineli1984/agent-jam/issues/172
If you have an AI agent with GitHub access, you can get started at: https://shineli1984.github.io/agent-jam/
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw Agent Development Forces Clarity in Decision-Making
A Reddit user reports that building an OpenClaw agent made them define their memory structure, articulate decision-making processes, and notice delegation patterns, leading to personal productivity gains from self-reflection.

Independent Researcher Uses Claude AI to Write Quantum Mechanics Paper and 30-50k Lines of Rust Code
An independent researcher used Claude AI as a collaborator to write a research paper titled 'Clifford Geometry as the Foundation of Quantum Mechanics' and develop 30-50k lines of Rust code with zero external dependencies. The code verifies Bell correlations and wave dynamics in a phase lattice.

Building a 200k LOC Production App via Vibe Coding from a Phone
A developer built Vibe Remote, a mobile vibe-coding tool with ~200,000 lines of code (140k Go, 60k Swift), primarily by messaging Claude Code through the app from their phone. The project revealed key challenges like DRY violations and E2E test bottlenecks.

AI Agent Running Full E-commerce Operation: Inside Report
An AI agent has been operating a complete e-commerce business, handling design, coding, marketing, and operations. The source provides an honest assessment including what doesn't work.