BrowserQuest
BrowserQuest is a free massively multiplayer online role-playing game created by Little Workshop and Mozilla Foundation.[1][2]
BrowserQuest | |
---|---|
Developer(s) | Little Workshop, Mozilla Foundation |
Publisher(s) | Mozilla Foundation |
Genre(s) | Massively multiplayer online role-playing game |
Mode(s) | Multiplayer |
Technology
BrowserQuest is a demonstration of a number of modern web technologies. It is written in HTML5, utilizing WebSockets for multiplayer networking, and is playable from modern web browsers. The client makes use of HTML5's canvas element to render the graphics, web workers to initialize the map without affecting the rest of the page, localStorage to save progress, media queries to dynamically resize the game to the device, and HTML5 Audio to render the sound. The server is written in JavaScript, and runs in Node.js. The server and browser communicate using WebSockets.
Both BrowserQuest's client and server source code are available on GitHub.[2] Its code is licensed under MPL 2.0. Content is licensed under CC BY-SA 3.0.[3]
Gameplay
In BrowserQuest, players can interact with each other using the in-game chat system, or by working together to defeat enemies.[2] There are achievements available to unlock as one plays. Loot is dropped when players defeat the enemies, which can be picked up by any player. Loot includes the invincibility potion, which changes a player's outfit to appear like the Firefox logo, and various gear. At one point in time, the system recorded over 1,900 concurrent users playing at the same time.[4][5][6]
Influences
Mozilla does not currently have the resources to maintain BrowserQuest. But it has influenced a variety of indie game developers to continue on the idea leading to many community forks:
English
- browserquest/browserquest – The general development group running game here, you're welcome to join at https://browserquest.herokuapp.com/
- ParticleQuest – Making particle physics fun. The goal of this project is to create a science-based story modifying BrowserQuest.
- nenuadrian/browserquest – 06.08.2015 - Original game brought up to date and upgraded to the latest SOCKET.IO plus other minor improvements.
- Demo (not always online, sorry): http://browserquest.codevolution.com
- 0xMatt/BrowserQuest – BrowserQuest updated with modern development tools like webpack & converted to TypeScript.
- WTF-Adventure – Expands upon Tap Tap Adventure but updated for babel ES6, webpack, browsersync and includes documentation and unit tests.
- Kaetram – Completely redone game-engine. Assets remain the same. https://github.com/Kaetram/Kaetram-Open
French
- Orientation: http://www.orientation.auvergne.fr/jeu/client/
Korean
- Burger Burger Online: http://burgerburger.kr – Extremely well developed, significantly expanded from the original BrowserQuest
- Community: http://asky.freethinker.kr
- English is added and named QuestWorld
- Older source: https://github.com/browserquest/BrowserQuest-Asky
- Recent Version: https://questworld.org/
Chinese
- BrowserQuest-PHP: http://www.workerman.net/demos/browserquest/ BrowserQuest reworked in PHP by Walkor
Android
- BrowserQuest for Android – BrowserQuest client, available in the Android store
Windows Phone
- BrowserQuest for Windows Phone – BrowserQuest, in Windows Phone store
Erlang based
- sedrik/bqs – Erlang implementation of the BrowserQuest server
C++ based
- chain710/browserquestcc – C++ implementation of the BrowserQuest server
References
- Creative Bloq Staff (2012-12-19). "The top 10 HTML5 games of 2012". Creative Bloq. Future plc. Archived from the original on 2016-09-19. Retrieved 2016-09-19.
- Rouget, Paul (2012-03-27). "BrowserQuest – a massively multiplayer HTML5 (WebSocket + Canvas) game experiment". Mozilla Hacks - the Web developer blog. Mozilla Foundation. Archived from the original on 2016-09-19. Retrieved 2016-09-19.
- "BrowserQuest/LICENSE". GitHub. Retrieved 2016-09-19.
- Kayatta, Mike (2012-03-28). "Mozilla Releases Browser Quest, a Punny, Free-to-Play MMO". The Escapist. Defy Media. Archived from the original on 2016-09-19. Retrieved 2016-09-19.
- Holly, Russell (2012-03-27). "Surrender an hour of your day to Mozilla's Browser Quest". Geek.com. Ziff Davis. Archived from the original on 2016-09-19. Retrieved 2016-09-19.
- Paul, Ryan (2012-03-27). "Mozilla launches multiplayer browser adventure to showcase HTML5 gaming". Ars Technica. Condé Nast. Archived from the original on 2016-09-19. Retrieved 2016-09-19.