ARCHITECTURE & SERVICES
Everything for Game Prototyping
From natural language specifications to multi-engine exports without touching 3D modeling software.
COMING SOON • IN ACTIVE DEVDESKTOP .EXE
GUI Agent (.exe)
A standalone visual workspace currently in development by THE STRANGERS. Features visual scene construction, live AI chat sidebar, and real-time shader viewport.
- Visual node tree inspector & drag-and-drop asset composer
- Integrated local Git repository and export synchronization
- Offline local LLM compatibility (Ollama & LM Studio)
WORKSPACE // SCENE_HIERARCHYALPHA COMING SOON
├── [MeshInstance3D] Procedural_Chassis.mesh
├── [CollisionShape3D] Capsule_PhysicsHull
└── [AI_Script] PlayerController.gd
TERMINAL CLI INTERFACE
$ npm install -g @qwenton/cli (Coming Soon)
$ qwenton login
$ qwenton generate "retro space shooter" --engine godot
> [OK] Scaffolding godot project to ./builds/space-defender...
COMING SOON • IN ACTIVE DEVNPM PACKAGE
CLI Agent (npm)
Terminal-first automation package. Scaffold games in headless CI/CD environments, configure custom LLM endpoints, and package engines directly from your command line.
Engine Compatibility Matrix
| Engine | 2D/3D Gen | Output Format | Status |
|---|---|---|---|
| Godot 4.x | Supported | .godot project + GDScript | Beta Ready |
| Phaser 3 / WebGL | Supported | HTML5 & WebGL Bundle | Live in Sandbox |
| Pygame / Arcade | Experimental | Python Scripts | Roadmap |