A basic platformer game written with PhaserJS 2.0 to demonstrate basic game functions.
This repository is configured to be as simple as possible; build, deploy, and play with all with npm.
The only dependencies are NodeJS & npm. Any NodeJS LTS version will work. Simply clone this repo and run npm install
.
Just run npm start
and go to localhost:8080
in your favorite web browser.