
Gideros Mobile
Gideros is a cross-platform open source technology available for free that allows you rapidly develop games across a variety of platforms including web with HTML5. It sets itself apart from …Read more
Gideros is a cross-platform open source technology available for free that allows you rapidly develop games across a variety of platforms including web with HTML5. It sets itself apart from …Read more
An application built requiring networking is a difficult undertaking. A multiplayer game takes that to the extreme so having a game engine specifically built for it would be ideal. That’s …Read more
When you think of HTML5 game engines, the first that should come to mind is ImpactJS, and that is for good reason. Games made with this engine have been played …Read more
King, the developers of hit mobile titles such as Candy Crush, have released a 2D game engine for use recently. The engine, Defold, which boasts quick and easy development that …Read more
CreateJS is not similar to a lot of other HTML5 game engines. CreateJS is a package of modular tools and libraries that work together or independently for your project. These …Read more
Originally created by two non-game developers Voxel.js is an easy and fun toolkit to create your very own Minecraft like games for a web browser. Now after being released as …Read more
Another fantastic HTML5 Game Engine I’ve found is Panda.js. It like many others hosts a bunch of features to help you quickly and easily develop games. This is because native …Read more
Phaser is a fast, fun, and desktop and mobile HTML5 framework. It comes with a host of features, so possibilities with it are nearing limitless. These features include tilemap support, …Read more
Superpowers is a free game making tool that targets indie developers. It can create both 2D and 3D games which allow for flexibility and what you can create. Superpowers is …Read more
The Quintus engine is a simple HTML5 game engine designed to be modular and lightweight, with a concise JavaScript-friendly syntax.
Colbalt Calibur 3 is an real-time-ish multi-player MMO that uses Canvas and Node.js. It’s open source duel licensed under the BSD/GPL.
DivSugar is a CSS3 based 3D graphics engine. While it’s not as performant as a WebGL might be for full games, the fact that it uses CSS3 means that it can easily be integrated into existing sites and be used for casual games.
IvanK Lib is a HTML5 Engine inspired by Flash (the tag line is actually “Like Flash, but faster” that uses the power of GPU accelerated WebGL to render 2d graphics on the screen.
J3D is a relative newcomer on the WebGL 3D Javascript scene. J3D most interesting feature is that it provides a tool pathway from the popular Unity 3D into the engine. Check out the step-by-step tutorial for more details.
GameMaker HTML5 is an HTML5 port of the commercial GameMaker game building system currently in open beta.
RPG.js is a HTML5 Game Framework focused on building 2.5D Zelda Bitmap-based Role Playing Games.
WebGL framework for Data Visualization, Creative coding and Game Development
An open source beta JS Engine.
Are you a company looking to license HTML5 games? We recommend MarketJS.com, a B2B platform for licensing games.
MarketJS has over 300 HTML5 games for licensing. They also provide additional services such as game reskin, custom development, and white label portals.
Memory allocation inside update loops often causes framerate problems in real-time gaming. One of the best solutions to this is to use Object Pools in Phaser 3. An Object Pool …Read more
There so many effective ways to engage your audience with HTML5 games. Here is an example of how to run a game campaign to keep users motivated during difficult times. …Read more
Phaser is commonly used as a 2D game engine for creating HTML5 desktop and mobile games. However, with the help of three.js and Phaser 3D library, you could render your …Read more