jMUD
HTML/CSS + JavaScript + Flash = MUDAs of v0.6, jMUD supports output to multiple page elements. This page demonstrates such behavior, I've written a basic ZMP plugin. This demonstrates the plugin and how to add custom commands. For this demo, I've added two:
- jmud.plugins.list - No arguments. jMUD will respond with jmud.plugins.loaded and an argument for each loaded plugin.
- jmud.alert - Displays an alert message using the JavaScript alert() function. Each argument it recieves will be displayed on a new line.
For testing, enter the command zmp followed by a space, then the name of the ZMP command you want the server to send, and then any arguments (space separated, though you can group by using quotes).
Aside from the two commands listed above, only the ZMP core is included.
Anything you say with communication commands shows up here...
Isn't this exciting? Text in the output pane can be used as a splash of sorts.