[](https://github.com/gschup/ggrs/)

July 17, 2024 ยท View on GitHub

GGRS & Matchbox & Macroquad Demo

Try it out yourself!

Basic Local Setup Instructions

  1. Install matchbox server:
cargo install matchbox_server
  1. Launch matchbox server in a separate terminal window:
matchbox_server
  1. Run the game in two different terminal windows:
cargo run
  1. 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

at your option.