A game of precarious alliances and breaking fast on honeydew.
Xanadu is a text-based MUD set in 1910's East Asia. The Xanadu game client runs in your everyday web browser.
Please see the Wiki for more information.
Contributions welcome!
Make sure you have
Then, run the following commands in the terminal:
$ npm install
$ npm run now
First, make sure the --debug
flag is passed when starting the server:
$ npm run launch -- --debug
# or
$ npm run launch:debug
To access the debug
page (in the browser), visit
localhost:<port>/debug.html
.
It shows useful information about the game and player states.