kaliumxyz / BrowserQuest

A HTML5/JavaScript multiplayer game experiment

Home Page:http://browserquest.leet.nu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BrowserQuest

BrowserQuest is a HTML5/JavaScript multiplayer game experiment.

Documentation

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

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

Created by Little Workshop:

About

A HTML5/JavaScript multiplayer game experiment

http://browserquest.leet.nu

License:Other


Languages

Language:JavaScript 89.7%Language:CSS 8.9%Language:HTML 1.3%Language:Python 0.1%