Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 535 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 535 Bytes

PlatJump

Platform Jumper game built with PhaserJS

Imagem demonstrativa PlatJump

Demo

A demo can be found here: http://akaian.com/platjump

Installing and running

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