Try it out yourself!
- Install matchbox server:
cargo install matchbox_server
- Launch matchbox server in a separate terminal window:
matchbox_server
- Run the game in two different terminal windows:
cargo run
- The game's code is configured to target default port local host matchbox_server. Thus once you type in the same lobby number (ex. 1234) in both game clients, they should connect via the matchbox server and you will have ggrs + macroquad working locally.
Follow instructions in build-wasm.sh
.
this project is dual-licensed under either
- MIT License: Also available online
- Apache License, Version 2.0: Also available online
at your option.