15 Open Source HTML5 games

  •  

 

The great thing about HTML5 games is that they run on all modern browsers. You can play these games on modern browsers such as Chrome and Firefox on desktop as well as on devices such as iPhone and Android (via Cordova). Having a look at Open Source HTML5 games is a good way to explore different possibilities and learn how to develop one of your own.

In this post we are listing Open Source HTML5 games which are inspired from other popular game-titles and app store hits such as Tetris, Pacman, Asteroids and even Flappy Bird. All these games are built with HTML5 and JavaScript. You can find a link to play these games online along with the source code. We have included a few multi-player HTML5 games too at the end. Have fun as well as get inspired!

1. 2048 Game

2048 open source html5 game

The game that became a craze on almost all platforms, 2048 is open source and available on Github under MIT license. The game is developed by Gabriele Cirulli and is actually a clone of other similar type games. But that didn’t stop it from becoming a success on app stores and many developers finding it easier to clone and publish it in various forms. The game-play is quite simple where you have to slide tiles of different numbers forming a bigger number until you reach the number 2048. A Vue.js version of this game is also available at GitHub.

PLAY 2048 GAME 2048 GAME SOURCE CODE

2. Clumsy Bird

clumsy-bird-open-source-game

Remember Flappy Bird? The game that took the app stores by storm and made everyone wonder how can such a simple yet hard to play game be so addictive? Well, now you can find the source code of its clone made in HTML5, using MelonJS and is named Clumsy Bird. This game is developed by Ellison Leão and he has made an easy customizing guide also available for his game, in case you get inspired to clone this clone.

PLAY CLUMSY BIRD CLUMSY BIRD SOURCE CODE

3. Hextris

hextris-open-source-web-game

Hextris is a fast paced puzzle game developed by Garrett Finucane and Logan Engstrom. As the name suggests, this game is like playing Tetris on a Hexagonal plane. Apart from playing this game online, you can also find it in Android and iOS store. The source code of this game is licensed under GPL v3 license.

PLAY HEXTRIS HEXTRIS SOURCE CODE

4. Pacman in HTML5 Canvas

pacman html5 canvas

This an HTML5 clone of the original Pacman game. This game is developed by Chregi, a developer from Switzerland and the source code is licensed under  a Creative Commons Attribution-ShareAlike 4.0 International License.

PLAY HTML5 PACKMAN HTML5 PACKMAN SOURCE CODE

5. Astray

astray-webgl-maze-game-open-source

Astray is a WebGL maze game built with Three.js (JavaScript 3D library) and Box2dWeb. Developed by Rye Terrell, this game is a nice demo of 3D capabilities in HTML5 games. The developer has not specified any license for the game and has allowed anyone to use it the way they like.

PLAY ASTRAY ASTRAY SOURCE CODE

6. Canvas Tetris

html5-tetris-game

You can easily guess that Canvas Tetris is a clone of Tetris and implemented in HTML5 canvas. This game was developed by Dionysis Zindros in just 45 minutes. You can watch the making of this game on YouTube. This game’s source code is licensed under MIT license.

PLAY CANVAS TETRIS CANVAS TETRIS SOURCE CODE

7. Agent 8 ball

agent-8-ball-free-game

Agent 8 ball is a fun HTML5 pool game with bombs. Developed by Pixel Lab, Agent 8 ball is quite a polished game built with kbuild and licensed under MIT license.

PLAY AGENT 8 BALL AGENT 8 BALL SOURCE CODE

8. Tic Tac Toe

tic-tac-toe-html5

This is a web version of the popular tic-tac-toe game and has been built using Vue.js by Tim Rijkse. You can see the source code as well as play the game on CodePen, find the links below.

PLAY TIC TAC TOE TIC TAC TOE SOURCE CODE

9. 0hh1

oh-hi-puzzle-game

경축! 아무것도 안하여 에스천사게임즈가 새로운 모습으로 재오픈 하였습니다.
어린이용이며, 설치가 필요없는 브라우저 게임입니다.
https://s1004games.com

This is a web based logic puzzle game built by Martin Kool. The game’s source code is licensed under MIT license and you can download and play the game on iOS, Android as well as on Windows and Windows Phone.

PLAY 0HH1 0HH1 SOURCE CODE

10. Javascript Pseudo 3D Racer

JavaScript 3D racing game

This is an Outrun-style pseudo-3d racing game built in HTML5 and JavaScript by Jake Gordon and licensed with MIT license. He has written a tutorial about how he built this racing game. You can also read his other tutorials on JavaScript Pong as well as JavaScript Snakes games to learn about game development with JavaScript.

PLAY JAVASCRIPT RACER JAVASCRIPT RACER CODE

Multi-Player Open Source HTML5 Games

The following games are online multi-player games built with HTML5 and JavaScript. A library like Soket.IO is generally used to create multiplayer games in browser. You can take a look at the source code of these games to see how they have implemented the multiplayer capabilities.

1. mk.js

mk-open-source-game

mk.js is a simple Mortal Kombat clone created with HTML5 canvas and JavaScript by Minko Gechev. It allows 2 players on single computer as well as playing over the network (requires installing a server).

PLAY MK.JS MK.JS SOURCE CODE

2. Shootr

shootr-multiplayer-open-source-game

Shootr is a multiplayer spaceship game developed by N. Taylor Mullen. It is built using SignalR and EndGate

PLAY SHOOTR SHOOTR SOURCE CODE

3. Browser Quest

browser-quest-open-source-multiplayer-game

BrowserQuest by Mozilla Foundation is a tribute to classic video-games with a multiplayer twist. It is a role playing multiplayer adventure game powered by HTML5 and Web Sockets.

PLAY BROWSER QUEST BROWSER QUEST SOURCE CODE

4. VueChess

vue-chess-game

This is a multiplayer online chess game built with Vue.js and Node.js. It also utilizes Socket.IO, Mongodb and Express for its server logic and multiplayer capabilities. The game is developed by Gustavo Crespo Sanchez. Unfortunately, we don’t have a URL for a live version of this game but you can follow the developer’s instruction to download the source code and run the game locally on your machine.

VUECHESS SOURCE CODE

5. Freeciv Web

freeciv web strategy game

Freeciv is an Open Source turn based strategy game implemented in HTML5 and WebGL. This game can be played online against other players, or in single player mode against AI opponents. There is both an HTML5 2D version with isometric graphics and a 3D WebGL version of Freeciv-web. The game’s source code is licensed under GNU Affero General Public License v3.0.

PLAY FREECIV WEB FREECIV WEB SOURCE CODE

A word of caution before you start downloading source code of these Open Source HTML5 games:

Please always make sure to read the license associated with the Open Source Project. Just because the source code is open, doesn’t necessarily mean that you can freely use or distribute the code or derivatives of it as your own. Some licenses are open and allow any kind of use however not all are like that. Do let the author know in case you decide to use any of their work as a start for your next project.

Which one of these HTML5 games do you like the most? If you have done any HTML5 game development of your own then do link to them in comments. If not then, we recommend using an HTML5 game framework like Phaser or an HTML5 game development tool such as Construct 2 for you to start developing your own HTML5 games.

You can also develop games using game development tools such as Unity and GameMaker. Take a look at these Android game templates for some ready made games with source code, graphic assets and sounds that you can use to publish your own game.

 

[출처] https://superdevresources.com/open-source-html5-games/

 

 

본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
대표 김성준 주소 : 경기 용인 분당수지 U타워 등록번호 : 142-07-27414
통신판매업 신고 : 제2012-용인수지-0185호 출판업 신고 : 수지구청 제 123호 개인정보보호최고책임자 : 김성준 sjkim70@stechstar.com
대표전화 : 010-4589-2193 [fax] 02-6280-1294 COPYRIGHT(C) stechstar.com ALL RIGHTS RESERVED