#mud #tcp #game-engine #tcp-server

mudbase

A library to help make developing MUDs in Rust a breeze

5 releases

0.1.4 Mar 5, 2022
0.1.3 Mar 3, 2022
0.1.2 Feb 28, 2022
0.1.1 Feb 28, 2022
0.1.0 Feb 28, 2022

#6 in #mud

MIT license

11KB
74 lines

MudBase

The MudBase library contains helpful tools for getting a MUD up and running quickly.
MudBase is designed to give the developer plenty of freedom in how the MUD is designed.

Examples

To run any of the examples, run cargo run --example <example file name>

Current Features

• A multi-threaded TCP server module

Planned Features

• An Input handling module
• A Database module
• A Map/Room system module
• A pathfinding module
• An in-game event system module

Dependencies