Tutorials
Build Playable Prototype
GameBooom is well suited for prototype validation, such as creating test scenes, building blockouts, or quickly assembling playable demo versions.
This tutorial demonstrates how to quickly make a playable basic scene using Plan mode.
Goal#
Create a new test scene containing:
- Ground
- Player
- Camera
- Lighting
- Several target points
- Simple hint UI
Recommended Steps#
1. Enable Plan Mode
Switch top to Plan: ON.
2. Send Task
Create a new test scene for a playable third-person prototype. Include ground, player, camera, directional light, 5 target points and simple instruction UI. Use PrototypeDemo prefix for naming. After completion, verify these objects exist in scene and tell me final structure.
Why Plan Mode is Recommended Here#
Because this task is naturally multi-step:
- Create new scene
- Create environment
- Create player
- Create camera
- Create target points
- Create UI
- Final verification
Can be done without Plan, but more likely to miss steps or repeat write operations.