Game for the CGA Game Jam.
This being my second game ever built, initial commits will be playing and getting familiar with Phaser Js, a 2D game framework.
npm install
- Development:
npm run develop
, openhttp://localhost:8080
. - Build:
npm run build
.