Spring 2016 CS 252 Final Project
Don't Step On The White Brick
Based on jQuery,Phaser,HTML5, Built using TypeScript
Deployed Bluemix link
See here for server code
-
install npm which comes with node.js
- Recommanded: install typings globally , runs
npm install typings -g
- Recommanded: install typings globally , runs
-
under project directory runs
npm install -
import and setup TypeScript compiler using
tsconfig.json -
done