Phaser platformer prototype, with ladders.
To run the project locally you will need to run a local server.
I recommend using Node.js http-server.
-
Download and install Node.js.
-
Open Terminal (Mac) or Command Prompt (PC) and install http-server.
npm install http-server -g
-
Clone repo and cd to project directory.
-
Run local server from Terminal or Command Prompt.
http-server
- Go to address provided by http-server.
See index.js for implementation.
https://github.com/sebsowter/phaser-ladders/blob/master/js/index.js
https://sebsowter.github.io/phaser-ladders/
Move: Arrow keys
Jump: W