Managing Your Games
In GameFlow, games work like environments or profiles, allowing you to manage multiple instances of your game with different configurations and purposes.
Game Instances
Create separate game instances for different stages of your development and deployment workflow. This lets you have development, staging, and production environments running independently.
Each game instance operates independently with its own:
- Server configurations
- Build versions
- Analytics and metrics
- Matchmaking rules
Benefits
-
Risk Mitigation: Test before production
-
Safe Experimentation: Try features without affecting live players
-
Parallel Development: Multiple teams, multiple versions
-
Cost Control: Scale Dev/QA independently from Production