Exploration game built as a team, from scratch (graphics, audio and game design) for the LudumDare 38 \o/
You can play to the demo here
The demo is deployed on the gh-pages
branch versionning the build/bundles.js
file (npm run build to update).
You need to have node
and npm
installed
To install dependencies, run:
npm install
This will install all required local dependencies
To build project you can use:
npm run build
npm run dev
Thx @wlk for the following boilerplate https://github.com/wlk/phaser-typescript-boilerplate