HTML5 Game Tutorial: Game UI – Canvas vs DOM

Main menu to the game.

In this last tutorial on making an Endless Runner style game, we’ll discuss the different approaches for making our games user interface (UI), the pros and cons to each approach, and then finish by creating the UI for our game and adding music.

Read more

HTML5 Game Tutorial: Prototypal Inheritance

Endless Runner Part 2

In the previous tutorial we learned about the Module Pattern and how to create modules to help organize and simplify our code. In this tutorial, we’ll use prototypal inheritance to create modules that share a common set of code which will add to the organization and simplicity our code.

Read more