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.
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.
← mozilla on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.