-
Notifications
You must be signed in to change notification settings - Fork 17
Features
arendjr edited this page Dec 12, 2012
·
9 revisions
- 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
Take a look at some [screenshots][Screenshots].