A Web MMORPG forked off BrowserQuest.
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.
Code is licensed under MPL 2.0. Content is licensed under CC-BY-SA 3.0. See the LICENSE file for details.
BrowserQuest was created by Little Workshop:
- Franck Lecollinet - @whatthefranck
- Guillaume Lecollinet - @glecollinet