jLDMud - lduening/jldmud GitHub Wiki

jLDMud

jLDMud is a project to implement the LDMud game driver (see http://www.ldmud.eu/) in Java. It is not meant to replace the LDMud program; instead, it is a pet project of mine in order to explore real advanced Java programming.

With all the sporadic updates, mistakes, bad decisions, questionable code, and blind alleys that implies.

However, should this project come to fruition, I'll be highly interested in a performance comparison between jLDMud and LDMud. In addition, it could be an easier playground for experiments than the C-implementation would be: like with multi-threading inside the Mud engine (in a large mud there is a high chance that two player's action would not interact with each other, offering a low-fruit opportunity for parallelism).