Skip to content

RhythrosaLabs/gameforge-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 GameForge AI

From one sentence to a playable 2D game — AI-generated concepts, art, scripts, music, and worlds

JavaScript OpenAI DALL-E 3 License


GameForge AI turns a one-sentence game idea into a complete 2D game package: AI-generated game plan, DALL-E 3 concept art, ready-to-use Unity C# scripts, a playable browser platformer, AI-generated textures, background music, and a downloadable asset ZIP.

✨ Features

Feature Description
AI Game Plan Full concept, world, characters, and plot from one sentence
Asset Generation DALL-E 3 concept art — characters, enemies, backgrounds, objects
Unity Scripts C# scripts for player controller, AI enemies, game objects, backgrounds
Playable Game Instantly playable 2D platformer built from your generated plan
World Creator 3D world editor with AI-generated Stability AI textures
Music Generation Background and action music tracks
ZIP Export All assets packaged — images, scripts, models, audio
Project Library Save, load, and manage multiple game projects locally

🚀 Quick Start

git clone https://github.com/RhythrosaLabs/gameforge-ai.git
cd gameforge-ai
npm install
npm run dev
# Opens at http://localhost:3000

Note: Must run through a local server — don't open index.html directly (ES modules require HTTP).

Add your OpenAI API key (and optionally Stability AI key) in the Settings panel.

🛠️ Tech Stack

  • JavaScript (ES Modules) — no framework, runs in the browser
  • Node.js / npm — local dev server only
  • OpenAI API — GPT-4o + DALL-E 3
  • Stability AI — world creator textures

🤝 Contributing

PRs welcome. Open an issue first for major features.

📄 License

MIT

💛 Support

If GameForge AI helps you ship your game, consider supporting development:

👉 Donate via PayPal — @noodlebake


Made with ❤️ by RhythrosaLabs

Releases

No releases published

Packages

 
 
 

Contributors