Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oliverbenns/kenney-jam
- Owner: oliverbenns
- License: mit
- Created: 2017-08-25T09:02:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T12:59:24.000Z (over 7 years ago)
- Last Synced: 2024-12-06T21:50:50.154Z (about 2 months ago)
- Topics: game, gamejam, kenney, phaser, phaserjs
- Language: JavaScript
- Homepage: https://oliverbenns.github.io/kenney-jam
- Size: 944 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`