A pet project for learning Rust.
cargo run
cargo run --features debug_draw
cargo run --features spectator
Then open:
- On the same machine:
http://127.0.0.1:8000/ - On another device in the same Wi-Fi:
http://<your-mac-ip>:8000/
The WebSocket server runs on port 9001. The spectator page connects automatically.
