A Comprehensive Guide to Taking your HTML5 Game Offline

HTML5 offline storage logo

When you ask how to make your HTML5 game playable offline, you’ll often get a lot of varying opinions about how that can be accomplished and what the right technique is to use. But for the most part we can agree that there are one or two techniques that will work across all browsers. The point of this article is to explore all the possibilities for making a game playable offline, noting which methods will work for the majority of browsers as well as examining the strengths and weaknesses of each technique.

Read more

Responsive HTML5 Canvas Game

A game rendered using a responsive design approach

An experimental design to a responsive HTML5 canvas game using techniques to scale the canvas element to the viewport and serve the correct image sizes.

Read more

Object-Oriented JavaScript: Classes

ECMA6 / JavaScript logo

In this new series on JavaScript development, we’ll be taking a deep look into the workings of JavaScript and how to implement object-oriented JavaScript and JavaScript classes, the infamous JavaScript prototype, and arrays and for loops.

Read more