✅ Random game completes with windows
| Category | Ability |
| Status | Passing |
| Test | tests/test_response_windows.py::TestRandomGameWithWindows::test_random_game_completes_with_windows |
A full random game runs to completion with Quick/Gear
Preconditions
No preconditions specified in docstring.
Action
See code below.
from engine.game_loop import run_random_game
state = run_random_game(seed=42, max_cycles=20)
Expected Postconditions
- See assertions below.
Assertions
assert state is not None