mudroom 0.1.2

A TUI client and server for multiplayer text adventure games.
Documentation

mudroom

A TUI client and server for multiplayer text adventure games (MUDs).

Installation

cargo install mudroom

Usage

Server

Start a server with an optional name:

mudroom server
mudroom server --name my-server

Client

Connect directly to a server URL:

mudroom client --url http://localhost:3000

Or launch the discovery UI to find servers on your local network:

mudroom client
mudroom