No description
Find a file
Jarvis 66412a5c67 Add comprehensive integration test exercising all fixed bugs
test_integration_bugs.py: single-game flow covering:
- Bug #1: Trade property transfer (Reading RR bob→charlie)
- Bug #5: Resign-to-bank clears properties (bob's B&O unowned)
- Bug #6: Resign-to-player transfers properties (alice's Baltic→charlie)
- Bug #7: Property owner renumbering after resign
- Bug #9: phase field always emitted (playing/over)
- Bug #10: Trade/resign log timestamps
- Bug #11: House counts from rent lines
- House sub-parser: buy 9 houses on lightblue
- Holdings display resync
- GOJF card command
- Mortgage/unmortgage tracking
- State JSON structure validation

All 1551 checkpoints + 100 unit tests passing.
2026-02-21 19:52:13 +00:00
__pycache__ Fix setup registration: names appear as each player joins 2026-02-21 11:54:53 +00:00
docs Add docs/BUGS_AND_FIXES.md — regression reference for all fixed bugs 2026-02-21 19:15:16 +00:00
plugins Add house buying/selling sub-parser with full integration 2026-02-21 19:43:03 +00:00
reference Re-add test data and reference files after reboot 2026-02-21 02:37:37 +00:00
site Fix 7 bugs: trade property transfer, UI owner colors, resign edge cases, spec flag, phase field, timestamps 2026-02-21 18:52:10 +00:00
test_data Add autopilot test logs (2162 lines, successful 2-player game) 2026-02-21 09:39:17 +00:00
house_parser.py Add house buying/selling sub-parser with full integration 2026-02-21 19:43:03 +00:00
irc_client.py Re-add test data and reference files after reboot 2026-02-21 02:37:37 +00:00
monop_bridge.py Fix setup registration: names appear as each player joins 2026-02-21 11:54:53 +00:00
monop_parser.py Add house buying/selling sub-parser with full integration 2026-02-21 19:43:03 +00:00
monop_players.py Fix setup registration: names appear as each player joins 2026-02-21 11:54:53 +00:00
README.md Initial: monop-board site files 2026-02-21 01:35:37 +00:00
run_game.py Fix setup visibility: bridge waits for players, observer sees registration 2026-02-21 11:33:28 +00:00
test_house_parser.py Add house buying/selling sub-parser with full integration 2026-02-21 19:43:03 +00:00
test_integration.py Add integration test - parser matches monop state perfectly (7/7 checks pass) 2026-02-21 03:50:08 +00:00
test_integration_bugs.py Add comprehensive integration test exercising all fixed bugs 2026-02-21 19:52:13 +00:00
test_parser.py Add monop parser and test suite - 1551/1553 checkpoints pass 2026-02-21 03:10:53 +00:00
test_parser_bugs.py Fix 7 bugs: trade property transfer, UI owner colors, resign edge cases, spec flag, phase field, timestamps 2026-02-21 18:52:10 +00:00
test_parser_commands.py Add house buying/selling sub-parser with full integration 2026-02-21 19:43:03 +00:00
test_parser_resign.py Fix 7 bugs: trade property transfer, UI owner colors, resign edge cases, spec flag, phase field, timestamps 2026-02-21 18:52:10 +00:00
test_players.py Fix trade race condition: move trade/roll decision to -- Command: handler 2026-02-21 10:55:33 +00:00

monop-board Static Site

Visual Monopoly board viewer that reads game-state.json and displays the board.

Usage

# Serve from the site directory (game-state.json should be in this dir or parent)
cd site/
python3 -m http.server 8080

Then open http://localhost:8080 in your browser.

Features

  • Classic Monopoly board layout
  • Player tokens with colors and initials
  • Property ownership indicators
  • Houses (green) and hotels (red)
  • Color-coded property groups
  • Player info panels with money, properties, cards
  • Game log with recent events
  • Auto-refreshes every 2 seconds
  • Demo mode when no live game is running
  • Mobile-responsive dark theme