资 源 简 介
Sorrows MUD Framework v3.0
MOVED TO [GITHUB](https://github.com/rmtew/sorrows-mudlib/)
This is a basic MUD framework that aims to allow developers to add or modify its functionality with the minimum amount of confusion or effort.
Features
Gameplay
By default the framework uses a simple room-based model for defining the game world.
Alternately, there is optional ANSI display code and telnet negotiation support which can allow play through a roguelike interface.
Alternately, there is optional tile-based map support, allowing the world to be defined through a grid of characters in a text file.
Functionality
The ability to spawn as many microthreads as there is a need for.
The ability to replace callbacks with synchronous code that blocks, allowing you to avoid unnecessarily breaking up your logic.
Development Environment