Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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