Turn-based Strategy Multiplayer Game written in Rust using SFML.
cd toaserver
cargo run
cd toaclient
cargo run localhost:4242
team <player_id> <team_string>
to change the team of player <player_id>
to <team_string>
.
status
to get status information about the lobby state.
go
to start the game.