An open API service indexing awesome lists of open source software.

https://github.com/webcaetano/phaser-utils

Phaser Library with game developing utility functions
https://github.com/webcaetano/phaser-utils

Last synced: 11 months ago
JSON representation

Phaser Library with game developing utility functions

Awesome Lists containing this project

README

          

# phaser-utils [![bower][bower-img]][bower-url] ![filesize][file-size-img]

Phaser utils

## Dependencies

- `Phaser`
- `lodash`

## Install

```
bower install phaser-utils
```

## Usage

Docs comming soon.

## Development

### Install

```
git clone git@github.com:webcaetano/phaser-utils.git
cd phaser-utils
npm install
```

### Development Server

```
gulp
```

### Build

```
gulp build
```

[bower-img]: https://img.shields.io/bower/v/phaser-utils.svg?style=flat-square
[bower-url]: https://github.com/webcaetano/phaser-utils
[file-size-img]: https://badge-size.herokuapp.com/webcaetano/phaser-utils/master/build/utils.min.js.svg?style=flat-square