Demo
Left: vision, Right: actual
It's very nice when something turns out to be how it was envisioned in the first place.
Live
-
Run both native and web versions
cd autexousious # https://github.com/azriel91/autexousious # native cargo run --bin will --release -- --session_server_address 127.0.0.1 # web ./scripts/build_wasm.sh simple-http-server -i --nocache
-
For online play, run the session server:
cargo run --bin session_server --release -- --address 127.0.0.1
-
Open http://localhost:8000 in Chrome.