I don’t know how many people still makes MUD servers, or want to make their own MUD server, but I’m guessing it must be more than me. Some of those people might want to make a server, but just don’t know how. Don’t worry, in this series I will create a simple MUD server …
Category Archives: MUD
New ideas for MUD servers
As my regular readers might have deduced, I still like making MUD servers. I have a couple of projects already started (well, more or less), but still think about more projects from time to time. Just the other day I have a thought for a new server design, that I thought would be a fun …
My first working MUD server released
It’s been a long way coming, but I finally managed to put up my first MUD server to the public! Actually it’s an old server that I haven’t touched since April 1999! It’s made in C++, but in a style that is called “C with classes” since I barely use much C++ functionality except simple …
Old MUD servers
I was going through my hard-drive this weekend, and found some of my old MUD servers. The oldest seemed to be an archive from April 1999, and it contained an almost fully functional server. So the next weekend I’m going to clean up the old servers, and make sure they can be built on a …