Something like a 2d/3d slasher or even an MMO.
More detailed description as well as some documentation can be found at docs EN | docs RU.
cd server
cargo run
# web client
cd client-web
./build.sh
# then navigate to http://localhost:8080/game
# desktop client
cd first-fight
cargo run