xanadu
xanadu copied to clipboard
A game of precarious alliances and breaking fast on honeydew.
XANADU
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!
To run
... in development mode
Make sure you have
Then, run the following commands in the terminal:
$ npm install
$ npm run now
Debug page
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.