Skip to content

An updated version of the original DikuMUD (alfa release) cleared of warnings and cleaned up code

License

Notifications You must be signed in to change notification settings

belisariussmith/DikuMUD-Delta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DikuMUD-Delta

An updated version of the original DikuMUD (alfa release) with the code cleaned up.

Purpose

This codebase provides the opportunity to easily compile (without error or warning) and run (without random crashes) a vanilla version of DikuMUD.

While the original codebase may have very well been quite stable, unfortunately, various bits of code have naturally become deprecated over the past couple decades. Whether due to changes in the GCC compiler, or because of C libraries being updated over the years, it was necessary to update the codebase, to "reacquire" the original stability.

There is absolutely no new functionality provided with this release. The intention was not to improve anything. Rather, preserving the original behaviours and features was paramount.

Instructions

   # cd src/
   # make all
   # cd ../
   # src/diku

You can copy the diku executable to the parent directory (from src/) and run directly. However, no matter what, the server must be run from the top level directory, so that the server can access the lib/ directory directly.

About

An updated version of the original DikuMUD (alfa release) cleared of warnings and cleaned up code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages