Follow development here
Phaser is a wonderful, fast and free open source HTML5 game framework.
Download and install npm with Node.js @ https://nodejs.org/en
Select a folder, navigate to it, and clone this repository with this command-line:
git clone https://github.com/thedaruma/LoBirthday2019.git
Install the dependencies with this command-line:
npm install
If you use yarn just replace
npm
withyarn
Perform a quick build (bundle.js) and start server:
npm run dev
If you use yarn just replace
npm
withyarn
Based off a fork of the original repo found here.