Hacker News new | ask | show | jobs
by vildoran 352 days ago
It's a bit surreal to see this on the frontpage. I'm one of the main developers working on new content and maintaining the existing content. Happy to answer any questions, if people have them.

T2T is a very interesting place. It's been contributed to by hundreds of volunteer developers over the years, some of which had zero coding experience when they started. Several have gone on to pursue software engineering or other technical jobs, which I've always found really cool.

1 comments

How can other developers help and participate in building, maintaining and operating the MUD? I've always wanted to be able to contribute to it. Am I correct that the source code isn't public?
We have an in-game application process that can be used, though typically we are targeting players that already have knowledge of the game and how certain systems work.

You are correct that the source code isn't public. There are two levels of source code, the in-game code (quests, regions, etc., written in LPC in our case) and the MUD driver code (C). The in-game code has been leaked a few times by some of the developers, and so many of the people that want it have it by this point.

The MUD driver we started with (TMI-2 1.1.1 on MudOS v22pre8 if you want to look it up) is heavily modified now, but the original source is out there.