Crates.io | mudbase |
lib.rs | mudbase |
version | 0.1.4 |
source | src |
created_at | 2022-02-28 00:24:03.997316 |
updated_at | 2022-03-05 05:16:52.013491 |
description | A library to help make developing MUDs in Rust a breeze |
homepage | https://github.com/DrVonDevious/mudbase |
repository | https://github.com/DrVonDevious/mudbase |
max_upload_size | |
id | 540558 |
size | 3,826 |
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.
To run any of the examples, run cargo run --example <example file name>
• A multi-threaded TCP server module
• An Input handling module
• A Database module
• A Map/Room system module
• A pathfinding module
• An in-game event system module