Skip to content

shian/tank-game

Repository files navigation

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