Skip to content
arendjr edited this page Dec 12, 2012 · 9 revisions

Features

  • Support for both telnet (including ANSI colors, MCCP, MSDP and MSSP extensions) and HTML5 (WebSockets)
  • Command-line OLC
  • Graphical HTML5 room builder, with perspective view for designing 3D areas
  • Scripting support using JavaScript
    • Commands may implemented in JavaScript
    • Combat is customizable through JavaScript
    • Scriptable NPCs
  • Logging of sessions (including IPs) and player commands
  • Statistics tracking
  • Basic MUD commands
    • Conversations (say, talk, tell, gtalk)
    • Buying and handling items (buy, give, drop, get)
    • Container items (put ... into, get ... from)
    • Player groups (follow, lose, disband, gtalk)
    • Basic combat (kill, attack, wield, remove)
  • Designed for minimal latency
    • Multi-threaded design
    • All game objects are in memory
    • Changes are synced to disk in separate thread

Read More

Take a look at some [screenshots][Screenshots].

Clone this wiki locally