๐งฐ Schema Generator
Instantly generate a structured game schema using a story prompt, game concept, or guided form.
โจ Prompt-Based Generation
Describe your game idea and let Gameer auto-generate the schema foundation:
POST /tools/generate-schema { "prompt": "A sci-fi dungeon crawler with alien enemies and puzzles", "style": "top-down" }
๐ Form-Based Input (Coming Soon)
- Manually fill out player traits, level rules, enemies, tokens, and abilities
- Helpful UI defaults and suggestions based on style (RPG, Platformer, Puzzle, etc.)
๐ฆ Output Format
All generated schemas follow the GameSchema v1
format. These are compatible with all Gameer tools and SDKs.