monop-state/plugins/monop
Jarvis d2bd66ba78 Add game log to parser output for web viewer
Parser now accumulates log entries for key game events:
- Turn starts (checkpoint lines)
- Rolls, movement, passing GO
- Rent payments
- Card draws (with card text)
- Auctions, trades, resignations
- Jail (triple doubles, GO TO JAIL)
- Game start and winner

Log is capped at 100 entries in GameState, last 30 emitted in
get_state() to match what index.html expects.

Also synced plugin's monop_parser.py copy.
2026-02-21 10:30:53 +00:00
..
__pycache__ Add game log to parser output for web viewer 2026-02-21 10:30:53 +00:00
__init__.py Organize directory structure 2026-02-21 10:16:49 +00:00
config.example.json Organize directory structure 2026-02-21 10:16:49 +00:00
monop_parser.py Add game log to parser output for web viewer 2026-02-21 10:30:53 +00:00
plugin.py Organize directory structure 2026-02-21 10:16:49 +00:00