I’m thinking about picking up an old project again. For a while I was enjoying playing MUDs. I often wondered why there had never really been a hybrid MUD out there. Something not graphical really, but with just a GUI. I have already made some headway on a client that will work on any platform that has the ability to use python and pygame. The client can even be packaged with all the dependencies needed to play it.

The server portion of the game is the hard part. I have had a little luck with NakedMud, and also modifying the last and most up to date version of Circle.

The type of game I really want to make would be similar to classic Everquest. I had a lot of fun with that game and think it could be captured in this way.

More to come.