[](https://github.com/gschup/ggrs/)
July 17, 2024 ยท View on GitHub
GGRS & Matchbox & Macroquad Demo
Try it out yourself!
Basic Local Setup Instructions
- 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.
WASM/Web
Follow instructions in build-wasm.sh.
Licensing
this project is dual-licensed under either
- MIT License: Also available online
- Apache License, Version 2.0: Also available online
at your option.