π οΈ Gameer Codegen System
The Gameer SDK includes a powerful codegen engine that transforms your game schema into real, playable code.
β‘ Access the Codegen Engine
The Gameer Codegen System is currently in private beta. Join our exclusive waitlist to get early access to our powerful code generation engine and start building games from schemas.
Exclusive Access
Be the first to create immersive games and worlds with Gameer
By joining, you agree to receive updates about Gameer. Unsubscribe anytime.
Already have access? Jump to docs
π Codegen Documentation
π¦ Supported Targets
- Phaser β browser-based 2D platformers (TypeScript)
- Unity β C# project skeleton for Unity 3D/2D games
- JSON β abstract schema output for custom engines
π§ͺ Example CLI Usage
gameer generate --target phaser --schema ./my-schema.json gameer generate --target unity --schema ./my-schema.json
π Example Output
/src βββ main.ts βββ scenes/ βββ components/ βββ utils/
π API Reference
You can also use POST /generate/code
via API with your schema and target engine.