kaliumxyz / LeetQuest

A fork of the venerable BrowserQuest Web RPG

Home Page:https://quest.leet.nu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetQuest

A Web MMORPG forked off BrowserQuest.

Documentation

Building: To build the client, run npm run build.

Building game maps: This (particularly expensive) step needs to run separately via npm run build-maps.

Running: To run the game server, run npm start. Options may be supplied after a --; in particular, run npm start -- --help to see a list of supported options.

As default, the client is configured to connect to the server it is loaded from; the server, in turn, listens on port 8000 by default, and serves the client (if the latter is built).

More detailed documentation is located in the client and server directories.

License

Code is licensed under MPL 2.0. Content is licensed under CC-BY-SA 3.0. See the LICENSE file for details.

Credits

BrowserQuest was created by Little Workshop:

About

A fork of the venerable BrowserQuest Web RPG

https://quest.leet.nu

License:Other


Languages

Language:JavaScript 89.8%Language:CSS 8.9%Language:HTML 1.3%