Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 594 Bytes

File metadata and controls

20 lines (13 loc) · 594 Bytes

Escape-Room

Getting Started

  1. Clone this repository onto your computer. git clone https://github.com/Code4Community/platformer.git
  2. Install npm
  3. Navigate to this project and run npm install.
  4. View the project with npm run start.

Level Planning

Next Steps: Plan the levels you want, keeping in mind the phaser constraints

Get the phaser examples to learn more about phaser concepts

Clone platformer into the repo and observe how the features were done(clicking the robots and such)

Edit those to be more relavant to your game