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
- Host: GitHub
- URL: https://github.com/webcaetano/phaser-utils
- Owner: webcaetano
- License: mit
- Created: 2016-05-22T18:57:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T12:53:34.000Z (almost 9 years ago)
- Last Synced: 2025-06-20T19:18:57.656Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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