RingMUD - Java MUD Engine News
Status: Alpha
Brought to you by:
projectmoon
The movement code originally worked by having each Room object link to up to 6 other Rooms (one for each compass direction + up and down). This worked for quite some time until we got to the point where we needed to build the zone loader. The MUD now uses a 4-dimensional coordinate system to keep track of where everything is in the world. There are still some bugs with it, but it will make building the world much easier.