You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AI-powered 2D game creation platform. Describe your game in plain English, watch an AI agent team build it collaboratively with live preview.
6
+
AI-powered game creation platform. Describe your game in plain English, watch an AI agent team build it collaboratively with live preview. Supports 2D games with Phaser 3 and 3D games with Three.js.
7
7
8
-
**GameForge is a learning repo** — it demonstrates how to build a multi-agent AI pipeline using the [Claude Agent SDK](https://docs.anthropic.com/en/docs/agents-and-tools/claude-agent-sdk) and [Google Gemini](https://ai.google.dev/) (Nano Banana for sprites, Lyria for music) to orchestrate a team of specialized AI agents that collaborate to produce working Phaser 3 games.
8
+
**GameForge is a learning repo** — it demonstrates how to build a multi-agent AI pipeline using the [Claude Agent SDK](https://docs.anthropic.com/en/docs/agents-and-tools/claude-agent-sdk) and [Google Gemini](https://ai.google.dev/) (Nano Banana for sprites, Lyria for music) to orchestrate a team of specialized AI agents that collaborate to produce working Phaser 3 (2D) and Three.js (3D) games.
9
9
10
10
## What You Can Learn
11
11
@@ -14,7 +14,7 @@ AI-powered 2D game creation platform. Describe your game in plain English, watch
14
14
-**Multi-agent orchestration** — designing pipelines where agents hand off work to each other
15
15
-**Google Gemini Nano Banana** — generating game sprites and backgrounds from text descriptions
16
16
-**Google Lyria** — composing background music via the RealTime WebSocket API
17
-
-**Phaser 3 game development** — scaffolding, code generation, and live preview
17
+
-**Phaser 3 + Three.js game development** — scaffolding, code generation, and live preview for 2D and 3D games
0 commit comments