monop-board/site
2026-02-20 21:23:13 +00:00
..
game-state.json Add test scripts and realistic demo game state 2026-02-20 21:23:13 +00:00
index.html Add static Monopoly board viewer with demo mode 2026-02-20 21:03:56 +00:00
README.md Add static Monopoly board viewer with demo mode 2026-02-20 21:03:56 +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