πŸ› οΈ 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.