RockMUD
RockMUD (0.4.0) is a WebSockets MUD server. Try the latest on this Heroku hobby instance: https://rockmud.herokuapp.com/.
Current commands include, but are not limited to, kill (and round based combat), eat, drink, inventory, score, give, get, movement (any direction), drop, remove, wear, affects, say, yell, tell, chat, buy, sell, list, practice, train, fill, rest, sleep, stand, xyzzy, brandish, follow, unfollow, group, emote, look, scan, cast, open, close, unlock, lock, recall, flee, who, put, worth, where, reply, time, save, quit, title, equipment, skills, quests, help, and restore.
Goals:
- Full featured MUD experience from within the browser
- Quick development
Installation
- Install Node, npm, and Git
- Clone the repo
- npm install
- npm start (defaults to http://127.0.0.1:3001)
Get started adding commands: https://github.com/MoreOutput/RockMUD/wiki/Implementing-A-New-Command