Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 870 Bytes

README.md

File metadata and controls

63 lines (42 loc) · 870 Bytes

This is a practice project for Phaser. Base on Phaser's example tanks.

Development

Tools

npm install tsd -g

Setup

git clone https://github.com/shian/tank-game.git
cd tank-game
npm install -l
bower install
tsd install

Dev Server

run gulp serve

Build

Web

run gulp build

Mobile

cd cordova
cordova compile

Deploy

run ./deploy.sh

Stack

Reference