Study how a real-time multiplayer game was built entirely in a browser without any plugins as a reference for HTML5 game development.
Explore the client and server architecture of an early HTML5 multiplayer game to understand how game state was synchronized.
| mozilla/browserquest | rob--w/cors-anywhere | c3js/c3 | |
|---|---|---|---|
| Stars | 9,363 | 9,369 | 9,349 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | hard | easy | easy |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Repository is deprecated and unmaintained, setup documentation exists only inside client and server subdirectories with no top-level guide.
BrowserQuest is a multiplayer game built entirely with HTML5 and JavaScript, created by a studio called Little Workshop and hosted under Mozilla's GitHub account. It was an experiment to show what web browsers could do for real-time multiplayer experiences without requiring any plugins or downloads. The repository is marked as deprecated and unmaintained. The README is minimal and does not describe gameplay, features, or how to run the project beyond noting that documentation exists inside the client and server subdirectories. The code is available under the Mozilla Public License 2.0, and the game assets use a Creative Commons license.
A deprecated multiplayer browser game built entirely with HTML5 and JavaScript that demonstrated real-time multiplayer in a web browser without plugins or downloads.
Mainly JavaScript. The stack also includes JavaScript, HTML5.
You may use and modify the code freely, but changes to covered files must be released under MPL 2.0, game assets use a Creative Commons license.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.