/westiny

This is a multiplayer topview western sandbox game written in rust. Under development.

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Westiny logo

westiny

This is a topview sandbox game.
The game is written fully in rust.

usage

server

Run: cargo run --release --bin westiny_server

client

Specify server address on client: export WESTINY_SERVER_ADDRESS=1.2.3.4:5745

Run: cargo run --release --bin westiny_client

Or a one-liner: WESTINY_SERVER_ADDRESS=1.2.3.4:5745 cargo run --release --bin westiny_client