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

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

Game for the CGA Game Jam https://itch.io/jam/cga-jam
https://github.com/oliverbenns/cga-jam

cga cgajam game game-jam gamejam phaser phaserjs

Last synced: about 1 month ago
JSON representation

Game for the CGA Game Jam https://itch.io/jam/cga-jam

Awesome Lists containing this project

README

        

# CGA Ricochet

Game for the [CGA Game Jam](https://itch.io/jam/cga-jam).

- [Blog post](https://github.com/oliverbenns/blog/blob/master/posts/2017/2017-05-07%20-%20CGA%20Game%20Jam.md)
- [Play/see the game](https://oliverbenns.github.io/cga-jam)

This being my second game ever built, initial commits will be playing and getting familiar with [Phaser Js](https://github.com/photonstorm/phaser), a 2D game framework.

## Install
- `npm install`

## Run
- Development: `npm run develop`, open `http://localhost:8080`.
- Build: `npm run build`.