/discworld

Discworld MUD Client

Primary LanguageJavaScriptMIT LicenseMIT

Discworld MUD Client

Your own Discworld client in your browser. Also try http://discworld.starturtle.net/lpc/decafmud/web_client.html

Features

  • Command History
  • UTF-8
  • Terminals
    1. ANSI
    2. Dumb
  • MUD Protocols
    1. MCCP (Mud Client Compression Protocol) version 2
    2. MTTS (Mud Terminal Type Standard)
    3. NAWS (automatically set and update the window size)

Future Features

  • Shield Tracking
  • Aliases
  • Triggers
  • Logging
  • Split view
  • Maps
  • HP and GP bars
  • XP Tracking
  • XTERM
  • MXP
  • ZMP
  • Tab completion

Installation & Usage

Installation

$ git clone git://github.com/dak1/discworld.git
$ cd discworld
$ npm install
$ node server.js &
$ open http://localhost:4242

License

MIT