- Clone this repository onto your computer. git clone https://github.com/Code4Community/platformer.git
- Install npm
- Navigate to this project and run
npm install
. - 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