Demo

Left: vision, Right: actual

It's very nice when something turns out to be how it was envisioned in the first place.

Live

  1. 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
    
  2. For online play, run the session server:

    cargo run --bin session_server --release -- --address 127.0.0.1
    
  3. Open http://localhost:8000 in Chrome.

Video