/phaser-ladders

Phaser platformer prototype, with ladders.

Primary LanguageJavaScript

Phaser Ladders

Introduction

Phaser platformer prototype, with ladders.

Installation

To run the project locally you will need to run a local server.

I recommend using Node.js http-server.

  1. Download and install Node.js.

  2. Open Terminal (Mac) or Command Prompt (PC) and install http-server.

npm install http-server -g

Setup

  1. Clone repo and cd to project directory.

  2. Run local server from Terminal or Command Prompt.

http-server
  1. Go to address provided by http-server.

Implementation

See index.js for implementation.

https://github.com/sebsowter/phaser-ladders/blob/master/js/index.js

Demo

https://sebsowter.github.io/phaser-ladders/

Move: Arrow keys
Jump: W

phaser-ladders