Skip to content

wyt3dr4g0n/WheelMUD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WheelMUD

C# MUD framework.

Overview

WheelMUD is a framework for creating Multiple-User Dimensions (MUDs) using the .NET platform and the C# language. Being built on modern tools and techniques, WheelMUD will allow MUD administrators to build their world and customize the code far easier than the MUDs of yesteryear.

Project Information

There is lots of information about WheelMUD, and Documentation for WheelMUD, available right here in the source tree. Get started at the Documentation root, where you will find things ranging from the Project Goals to Development-oriented information.

There are a lot more information in old discussions and design documents buried in muds.gamedev.com. We are in the process of rebuilding GitHub-friendly documentation and design documents from the gems hidden within. Please bear with us on that front.

Quick Setup

Here's the short version of the setup instructions, mainly for seasoned developers:

  • Meet the framework runtime requirements listed in Basic Prerequisites.
  • Get the code and build the entire solution (not just the TestHarness dependencies).
  • Launch TestHarness.
  • Once the server is ready: telnet localhost 4000.

Thorough Setup

See Getting Started from the Documentation pages for a more thorough walk-through to get up and running.

GitHub Processes

  • Feel free to introduce yourself and ask questions and such in the Issues section. General banter will likely eventually be closed, after any issues/bugs/tasks have been diligently extracted to separate, tracked issues.
  • Please comment on an issue if you plan to take it on, so we do not accidentally duplicate efforts.
  • Pull requests should generally target WheelMud/WheelMUD.

License

Microsoft Public License (MS-PL). Read Here.

About

C# Multiple-User Dimension (MUD) framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 95.8%
  • TSQL 4.2%