Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1001 Bytes

File metadata and controls

30 lines (23 loc) · 1001 Bytes

Tuts+ Course: Gaming With EaselJS

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

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

Run

Also from the lesson folder

grunt

navigate to localhost:9001 in a modern browser