Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.01 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.01 KB

muddy

A MUD client in your browser usin' node.js & websockets.

This has only been tested with Aardwolf, so if you notice anything wrong in a different MUD let me know via Issues.

Screnshot!

Features

  • Command History
  • Aliases
  • Triggers

Installation & Usage

Installation

$ git clone git://github.com/dannytatom/muddy.git
$ cd muddy
$ npm install
$ vim config/config.json
$ node init.js &
$ open http://localhost:6660

Aliases

;alias add {go home} {invoke stone} # Add an alias
;alias rm {go home}                 # Remove an alias
;alias ls                           # List aliases

Triggers

;trigger add {Your Selection:} {1} # Add a trigger
;trigger rm {Your Selection:}      # Remove a trigger
;trigger ls                        # List triggers

Copyright

Copyright (c) 2011 Danny Tatom. See LICENSE for details.