This repository has been archived by the owner on Apr 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7856f49
commit bacd66a
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |