Technically A Game
This is a Rust based project, you'll need to install that development tools for it, which can be done here. Once installed, you can (build and) run the server and clients:
# Server
cargo run --bin server
# client
cargo run
This is released under MIT licence. If you make anything based off of or using this, I'd love to hear about it.