Mazehem is a minimalist maze-solving multiplayer game written in Rust.
The 4 players spawn in each corner of the maze and must reach the center first in order to win.
Precompiled binaries are only available for Linux at the moment: https://github.com/Eitu33/mazehem/releases
If needed, install the Rust toolchain:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Build:
cargo build
cargo run server
cargo run client ${server_addr}:${port}
