CircleMUD project is a Multi User Dungeon game system for Linux.
It is a derivative of DikuMUD Gamma 0.0. A MUD (Multiple User Dimension or Multiple User Dungeon) is a computer program which allows Internet users from around the world to connect to it, create fictional characters for themselves, and then interact with other real users as well as computer-generated entities in a virtual environment.
Compiling CircleMUD:
- Download the latest version of CircleMUD
- Unpack the archive.
gzip -dc circle30xxxx.tar.gz | tar xvf -
- Configure CircleMUD for your system.
./configure
- Build the CircleMUD server.
cd src; make all
Product's homepage
What's New in This Release: [ read full changelog ]
· This release is a culmination of many, many man-hours worth of work over the past several releases of patch levels.