This post is great. I love MUDs so much. I fell in love with them in the late 90s when I was finishing up high school. My favorite MUD was A.V.A.T.A.R., which I think is still around. (Update: I checked. It's still there!) The best part of a MUD is, like the article says, the multi-user aspect. It was an MMORPG before it was cool!
Whenever I learn a new programming language, my go-to project is to write a MUD from scratch. I try to make my area loader compatible with the Merc/Diku codebases, so I can start off with a fully realized world. I'm in the middle of writing one in Go. It's pretty dang fun, and there are sooooo many things to make that you really kind of never finish writing.
If anyone reading wants to check a MUD out, just type this into your terminal:
telnet avatar.outland.org 3000
(I have zero relation to Avatar other than being a fan/player.)
It's free, it's fun, and it's easy! The author of this article links to a bunch of ways to find new MUDs, if you enjoyed Avatar, there are tons of different kinds of MUDs, different themes, and so on. Enjoy!
Whenever I learn a new programming language, my go-to project is to write a MUD from scratch. I try to make my area loader compatible with the Merc/Diku codebases, so I can start off with a fully realized world. I'm in the middle of writing one in Go. It's pretty dang fun, and there are sooooo many things to make that you really kind of never finish writing.
If anyone reading wants to check a MUD out, just type this into your terminal:
telnet avatar.outland.org 3000
(I have zero relation to Avatar other than being a fan/player.)
It's free, it's fun, and it's easy! The author of this article links to a bunch of ways to find new MUDs, if you enjoyed Avatar, there are tons of different kinds of MUDs, different themes, and so on. Enjoy!