By now we have a program that obediently sits at the command prompt, waiting for us to press CTRL-C so that it can shutdown in a nice way. It all works, but it’s not very exciting. In this part we will begin writing one of the interesting parts of a MUD server, the part that actually puts …
Tag Archives: sockets
Tutorial MUD, part 0
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 …