8000 GitHub - snowy-road-studios/providence: Multiplayer economy builder
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

snowy-road-studios/providence

Repository files navigation

Providence: The Game

Providence is a multiplayer economy builder.

Full Usage

Run the backend:

cargo build -p game_instance && \
cargo run -p backend

Run client 0:

cargo run -p client -- --id 0

Run client 1:

cargo run -p client -- --id 1

Playtest

Run a local multiplayer game from the command line:

cargo build -p game_client && \
cargo build -p game_instance && \
cargo run -p playtest -- --clients 2

About

Multiplayer economy builder

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0