You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A multiplayer game based on the angel problem done in Rust. The game contains a client for testing stuff, a client-gui for playing the game and a server.
How to run the server
cargo run -p server
How to run the client
cargo run -p client_gui [SERVER_ADDRESS]
About
A multiplayer game based on the angel problem done in Rust.