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
- Host: GitHub
- URL: https://github.com/oliverbenns/cga-jam
- Owner: oliverbenns
- License: mit
- Created: 2017-05-06T14:45:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T02:48:19.000Z (almost 8 years ago)
- Last Synced: 2025-03-17T10:52:07.974Z (about 2 months ago)
- Topics: cga, cgajam, game, game-jam, gamejam, phaser, phaserjs
- Language: JavaScript
- Homepage: https://oliverbenns.github.io/cga-jam
- Size: 391 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.