Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 329 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 329 Bytes

About

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]