monop-state/__pycache__
Jarvis 19fc56d982 Emit players in turn order, not registration order
The C code picks a starting player via dice roll but doesn't reorder
the player array. The parser now tracks _first_player_idx and rotates
the players list in get_state() so the UI shows them in actual turn
order.
2026-02-21 11:02:22 +00:00
..
irc_client.cpython-310.pyc Add integration test - parser matches monop state perfectly (7/7 checks pass) 2026-02-21 03:50:08 +00:00
monop_parser.cpython-310.pyc Emit players in turn order, not registration order 2026-02-21 11:02:22 +00:00
monop_players.cpython-310.pyc Fix trade race condition: move trade/roll decision to -- Command: handler 2026-02-21 10:55:33 +00:00
test_players.cpython-310.pyc Fix trade race condition: move trade/roll decision to -- Command: handler 2026-02-21 10:55:33 +00:00