mudbase

Crates.iomudbase
lib.rsmudbase
version0.1.4
sourcesrc
created_at2022-02-28 00:24:03.997316
updated_at2022-03-05 05:16:52.013491
descriptionA library to help make developing MUDs in Rust a breeze
homepagehttps://github.com/DrVonDevious/mudbase
repositoryhttps://github.com/DrVonDevious/mudbase
max_upload_size
id540558
size3,826
DrVonDevious (DrVonDevious)

documentation

README

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

Commit count: 41

cargo fmt