Platform Jumper game built with PhaserJS
A demo can be found here: http://akaian.com/platjump
You'll need a web server to run PhaserJS
Clone this repository: git clone https://github.com/ianramosc/platjump.git
Install dependency(http-server if you are running on node): npm install
Start the game: npm start