anoasis / angular2-rpg

RPG game built with Typescript and the Angular 2 developer preview

Home Page:http://justindujardin.github.io/angular2-rpg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pow2 ❤️ Ng2 Build Status

A functional port of Pow2 RPG game from Angular 1.x to Angular2 Developer Preview.

Play it

Build it

Requires Node+NPM, LESS, Typescript 1.5+, and Bower

  • npm install -g typescript - for tsc Typescript compiler
  • npm install -g bower - for bower Client side javascript package manager
  • npm install -g node-sass - for node-sass SCSS->CSS compiler

Build from command line:

bower install
cd source
tsc 
node-sass app.less app.css
cd ..

Open index.html in any manner that doesn't involve a file:///

About

RPG game built with Typescript and the Angular 2 developer preview

http://justindujardin.github.io/angular2-rpg

License:Apache License 2.0


Languages

Language:TypeScript 64.8%Language:CSS 31.3%Language:HTML 3.8%Language:Shell 0.2%