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 …
Category Archives: Programming
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 …
Stack Overflow
The last two weeks I have been spending more and more time on Stack Overflow, a programming Q&A site. If you write good questions or answers, you get up-voted and earn “reputation”. I have to admit it’s addictive like a good game… You try your best to be both quick and accurate when writing an …