The purpose of miniMUD is to provide a simple, straightforward, extensible MUD server, written entirely in Python, with no additional libraries required. The base framework should support any type of ruleset you might desire, with minimal effort.
This MUD does not come with any built-in rules for things like combat, skills, magic, or anything like that. The rules for those types of things are up to you.
If you want a purely social MUD, you could feasibly run miniMUD as-is, but most admins will want to add functionality to the system. For this reason, I have designed miniMUD to be well-commented, well-organized, and fairly simple to comprehend.
If you have any questions about miniMUD, please direct them to 'puevf@rybdhragzrff.pbz'.encode('rot13').
This software uses the miniboa library by Jim Storch, licensed under version 2 of the Apache License (https://code.google.com/p/miniboa/).
The remainder of the code is Copyright 2013 Christopher Steffen, and is likewise licensed under version 2 of the Apache License (for simplicity). The text of this license is included with the software, or is available online (http://www.apache.org/licenses/LICENSE-2.0).
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.