SimCity Start Game
Quick Start
- •Check for an existing instance (see terminals folder; use
pgrep -fl simcity). - •Stop any running instance using
./stop_game.sh(orbash ./stop_game.sh). - •Run
cargo runfrom the repo root withblock_until_ms: 0to background it. - •Monitor the terminal output until the game window is created.
- •Wait for MCP: retry
list componentswith short sleeps until connected.
Commands
bash
./stop_game.sh cargo run
MCP Wait Loop
- •Try
user-bevy-debugger-observewithlist components. - •If not connected,
sleep 1–3sand retry until it connects or you hit a reasonable timeout.
Notes
- •Always stop any previous instance before starting (R10.6).
- •Use the project root as the working directory.
- •Report the terminal file path and MCP readiness status.