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

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
cloakedninjas committed Dec 11, 2015
1 parent fac2a0b commit 59484ea
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
Unopinionated (mostly) package containing bare bones Phaser game, containing:

* Phaser (2.4.4)
* Game
* Preload State
* Game State
* Typescript
* Grunt build process
* Basic game
* Preload State, with loading bar
* Game State

## Installing

Expand All @@ -18,13 +19,19 @@ Or clone from Git:

An install script is provided which will perform the following:

```
npm install;
bower install;
```
- Install npm dependencies
- Install bower dependencies
- Ask you for a namespace for your project
- Set the namespace for the base files provided

And will prompt you for your Game's namespace.
You can run it with `bin/install.sh`

## Building

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

## Running

Built files are placed into the `public/` directory. Point a webserver at it, and you're away!

`http-server public`

0 comments on commit 59484ea

Please sign in to comment.