Skip to content

RockasMockas/ggrs_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GGRS LOGO

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.

Releases

No releases published

Packages

No packages published

Languages

  • Rust 88.6%
  • Shell 11.4%