Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Adding readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cloakedninjas committed Dec 9, 2015
1 parent 7856f49 commit bacd66a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Phaser Typescript Boilerplate

Unopinionated (mostly) package containing bare bones Phaser game, containing:

* Phaser (2.4.4)
* Game
* Preload State
* Game State
* Grunt build process

## Installing

`bower install phaser-typescript-boilerplate`

Or clone from Git:

`git clone https://github.com/cloakedninjas/phaser-typescript-boilerplate.git`

Then install dependencies:

```
npm install;
bower install;
```

## Building

`grunt dev` for single build or `grunt watch` to compile as you make changes.

0 comments on commit bacd66a

Please sign in to comment.