CircleMUD
From Mudpedia
|
CircleMUD is a DikuMUD codebase written by Jeremy Elson and first released on July 16, 1993.
Contents |
[edit] History
The original CircleMUD began as a modified DikuMUD running on a DECstation at Johns Hopkins University in 1991. Its name was inspired by the hostname of the server which was circle.cs.jhu.edu. Initially CircleMUD was run covertly without the knowledge of the local system administrator. By 1992 the number of online users had risen to between 9 and 12. At this point Jeremy Elson decided to request formal permission to run CircleMUD. His request was granted with the requirement that disk space was to be kept below 2.5Mb.[1]
CircleMUD continued to grow by word of mouth until it had an average of 30 to 40 players online at any one time. Several times the MUD hit its maximum player limit of 58. However, due to a conflict between the MUD's administrators Elson permanently closed down CircleMUD on August 26, 1992. Several months later, in May 1993, Elson decided that the CircleMUD codebase could be used to fill a niche in the MUD community. He felt that there were many problems with the existing public MUD codebases such as portability and stability. He also felt that most developers wanted to start with a clean slate and did not want a codebase filled with fancy features.[1]
Elson set out to achieve this goal in the summer of 1993. He began modifying the original CircleMUD codebase, and the first public release of CircleMUD arrived on July 16, 1993.[1]
Since then CircleMUD has undergone many revisions. The last release by Jeremy Elson was 3.1, released on November 18, 2002.[2]
In 2006, a number of discussions between Mark Garringer, Thomas Arp, Nathan Winters, and Jeremy Elson resulted in the release of CircleMUD 3.5 on December 11, 2006.[3][4] Following this final release of CircleMUD, the name was changed to tbaMUD with the release of version 3.51, and this has now become the continuation of the CircleMUD line.
There have been a number of tbaMUD releases, with the latest being tbaMUD 3.58.[5]
[edit] Overview
CircleMUD is designed as a small and efficient MUD engine with a minimal set of gameplay features. The project's goal is to provide a stable and bug free codebase that developers can use as a blank slate for incorporating their own ideas.
CircleMUD is freely available, with restrictions provided by the CircleMUD license and the DikuMUD license.[6][7]
[edit] Technical information
The last version of CircleMUD released by Jeremy Elson was 3.1. It was released on November 18, 2002.[2]
CircleMUD is written completely in the C programming language and CircleMUD 3.1 has 40,538 lines, including comments and blank lines.[8] It lacks online creation or a scripting language for game events. These features are provided by third party patches.
[edit] Third party patches
There are several public patches for the CircleMUD codebase to add additional features.
- DG scripts adds a scripting language for game events.
- Oasis OLC adds a building interface so that zones can be built within the MUD environment.
- CircleMUD with Goodies Project (CWG) is a compilation of patches that provides DG Scripts, Oasis OLC, MCCP, bug fixes, and more.
[edit] References
- ↑ 1.0 1.1 1.2 The History of CircleMUD Accessed December 14 2007
- ↑ 2.0 2.1 CircleMUD 3.x changelog Accessed December 14 2007
- ↑ CircleMUD 3.5 download page Accessed December 14 2007
- ↑ CWG Forum Jeremy Elson conversationAccessed December 14 2007
- ↑ tbaMUD HomepageAccessed December 14 2007
- ↑ CircleMUD license Accessed December 14 2007
- ↑ DikuMUD license Accessed December 14 2007
- ↑ CircleMUD source code Accessed December 14 2007
