Javascript

RSS feed for this section

HTML5 Tower Defense Game using EaselJS – Part 2 – Path to Castle

In the last post, we initiated the project, drafted how the game’s overall look & feel, and drew a red circle as proof that EaselJS is working. In this part, we’re going to render the path to the castle. The Path to the Castle – Concept First, let’s give ourselves an idea of what the [...]

2 Comments Continue Reading →

HTML5 Tower Defense Game using EaselJS – Part 1 – Planning & Setup

You’ve been entrusted by a great and mighty game designer with the task of bringing his original game idea to life. Because of the slow death of Flash technology, and its replacement with canvas HTML5 technology, you have chosen to learn and use it. You also chose EaselJS as Javascript library to make your transition [...]

8 Comments Continue Reading →

Simple Javascript HTML5 game example using EaselJS

I made a simple canvas game today as a way of getting initiated to the EaselJS library. You may download the source code in the post. I’ve also included the game itself embedded in the page.

Leave a comment Continue Reading →