Get $500+ of the best After Effects files, video templates and music for only $20!

Browsing Tag

canvas

How to Create an HTML5 Hangman Game With Canvas: Tuts+ Premium
plus

How to Create an HTML5 Hangman Game With Canvas: Tuts+ Premium

This week, we’ve got a two-part Premium tutorial, detailing how to create an HTML5 Hangman game using the HTML5 canvas. You’ll learn how to draw directly to the canvas (both simple shapes and animations using a stylesheet), how to play audio in a way that works on all modern browsers, how to use Local Storage to keep scores that persist even when the browser is closed, and how to implement both keyboard and mouse controls.

oCanvas: A jQuery- and Flash-Style Library for HTML5 Canvas

oCanvas: A jQuery- and Flash-Style Library for HTML5 Canvas

With the advent of tools like Adobe Edge and libraries like EaselJS, more resources are becoming available for developers looking to create interactive HTML5 content. Many of these tools are being geared specifically for Flash developers to make the transition from ActionScript to HTML5 canvas a smooth one. This article will overview oCanvas, an HTML5 library that developers might not only find invaluable but also very easy to use.

Create an HTML5 Canvas Tile Swapping Puzzle

Create an HTML5 Canvas Tile Swapping Puzzle

In this tutorial we will be working with the HTML5 canvas and Javascript to create a dynamic tile swapping game. The result will be a puzzle that works with any given image, and has flexible difficulty levels that are easily adjusted.

Getting Started With EaselJS: A Flash-Like Interface for the HTML5 Canvas

Getting Started With EaselJS: A Flash-Like Interface for the HTML5 Canvas

There’s been some resistance from Flash developers to our new HTML5 content. In this article – aimed at experienced AS3 coders – we’ll look at EaselJS, a JavaScript library that makes working with the HTML5 canvas very similar to working with the Flash display list.