Instructor: Jason Green
In this course we'll be jumping right into the action and building out the basic functionality of two real game projects. Using the canvas framework, EaselJS, we'll make a simple tile based puzzle game and a scrolling space shooter. You should already have a fundemental understanding of the Canvas APIs, or you can checkout Canvas Essentials, a starter course which will get you up to speed with what's going on under the hood.
Source files for the Tuts+ course: Gaming With EaselJS
Available on Tuts+ November 2014
Install node and npm.
Then;
npm install -g bower
npm install -g grunt
Then from the specific lesson folder you want to run
bower install
npm install
Also from the lesson folder
grunt
navigate to localhost:9001 in a modern browser