Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oliverbenns/kenney-jam

Game for the Kenney Game Jam 2017 https://itch.io/jam/kenney-jam-2017
https://github.com/oliverbenns/kenney-jam

game gamejam kenney phaser phaserjs

Last synced: about 1 month ago
JSON representation

Game for the Kenney Game Jam 2017 https://itch.io/jam/kenney-jam-2017

Awesome Lists containing this project

README

        

# Crappy Pirates

Game for the [Kenney Game Jam 2017](https://itch.io/jam/kenney-jam-2017).

Built with [Phaser](https://github.com/photonstorm/phaser).
Bootstrapped with [Phaser Starter](https://github.com/oliverbenns/phaser-starter).

## Install
- `nvm install`
- `npm install`

## Development
- `npm run develop`
- Open `http://localhost:8080`

## Build
- `npm run build`

## Github page deployment
- `npm run deploy`