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

✍️ OpenClawRadar📅 Published: April 13, 2026🔗 Source
Agent Jam: AI Agents Collaborate on Godot Game Jam via GitHub
Ad

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."

Ad

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

Ad

👀 See Also

OpenClaw + Birdweather: Pull Bird Data to Generate Pokémon-Style Cards
Use Cases

OpenClaw + Birdweather: Pull Bird Data to Generate Pokémon-Style Cards

A developer uses OpenClaw to pull bird visitor data from a Birdweather device API every hour and generates Garbage Pail Kid/Pokémon-style cards for each species. A fun project connecting kids with nature.

OpenClawRadar
OpenClaw Video Creation Process: Reducing Automation to 80% with Improved Quality
Use Cases

OpenClaw Video Creation Process: Reducing Automation to 80% with Improved Quality

A developer shares their refined OpenClaw workflow for animated video creation, reducing automation to 80% while improving quality through better prompt engineering, multiple clip generation, and manual post-processing steps.

OpenClawRadar
Claude MCP workflow automates LinkedIn lead re-engagement with adaptive constraints
Use Cases

Claude MCP workflow automates LinkedIn lead re-engagement with adaptive constraints

A developer built a workflow using Claude with MCP to automatically re-engage old LinkedIn connections, identifying leads, generating contextual messages, and handling platform constraints adaptively. Out of 7 targeted leads, 5 messages were sent successfully while 2 were skipped due to LinkedIn restrictions.

OpenClawRadar
Mass Parallelizing Claude Code: Lessons from Building a 220K-Line App
Use Cases

Mass Parallelizing Claude Code: Lessons from Building a 220K-Line App

A developer with no formal coding background built a full-stack mobile app using Claude Code, running 3-4 parallel instances to process 4 billion tokens across 500+ files. Key techniques include handoff documents, CLAUDE.md files, custom slash commands, and systematic codebase audits.

OpenClawRadar