~/projects/blokus-board-game/architecture.json
Blokus Board Game — Architecture
React Client
renders the board, sends moves
WebSocket (Socket.IO)
Socket.IO Server (Node.js)
validates moves, tracks turn order
reads/writes
In-memory Game State
board + player state per room