A TUI client and server for multiplayer text adventure games (MUDs).
cargo install mudroomStart a server with an optional name:
mudroom server
mudroom server --name my-serverConnect directly to a server URL:
mudroom client --url http://localhost:3000Or launch the discovery UI to find servers on your local network:
mudroom client
mudroom