LOZORD / xanadu

A game of precarious alliances and breaking fast on honeydew.
Other
21 stars 12 forks source link
game mud multiplayer typescript web-game

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!

Build Status Build Status David Codacy Badge Codacy grade License

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.