Skip to content

jasoniangreen/Gaming-With-EaselJS

 
 

Repository files navigation

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

About

Source Files for the Tuts+ Course: Gaming With EaselJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • CSS 2.4%