## Event Architecture - Local events are broadcast as custom events prefixed `L-` - Incoming global messages are broadcast as custom events prefixed with `G` ## Robot Movement The state of the robots are fully contained in a central stack, allowing undo, reset, shadowing, replays, and move counting. Any movement, including initial locations, is represented by pushing or popping locations from the stack. A victory state can be stored by taking a snapshot of the current stack. ## Credit Icons from [https://game-icons.net](https://game-icons.net) ## TODO - multi solve doesn't check if one solution is better - replay stack - chat box - no cancel from name prompt - limit concurrent players, make sure connections are closed - walls and winstate algorithm # Final install - move websocket server to /core - dynamic socket server resolution - restore name prompt # Nice to haves - shuffle colors - tutorial