Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geowarin/jsr-revolution
Shooter game. PhaserJS, TypeScript, gulp
https://github.com/geowarin/jsr-revolution
Last synced: about 4 hours ago
JSON representation
Shooter game. PhaserJS, TypeScript, gulp
- Host: GitHub
- URL: https://github.com/geowarin/jsr-revolution
- Owner: geowarin
- Created: 2014-10-25T09:28:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-18T21:54:07.000Z (almost 10 years ago)
- Last Synced: 2023-04-09T10:55:37.045Z (over 1 year ago)
- Language: TypeScript
- Homepage: http://geowarin.github.io/jsr-revolution
- Size: 1.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jsr-revolution
==============A 2D shooter game.
[Play the beta](http://geowarin.github.io/jsr-revolution)## Tech
This game is made with :
* PhaserJS
* Typescript
* Gulp
* Love## Developping
Download the dependencies :
npm install && bower install
Run & debug (live reload and source maps)gulp
Build (minified js and less) :gulp build
Deploy on gh-pages. First build it then
gulp deploy