-
Project setup : JS and HTML canvas
-
Player Creation : 2.1 initial player = Square (x,y cordinate) 2.2 Create a class to create player
-
Gravity : So that when player jumps reaches back to land: v = u + at
-
Player Movement : adding event listeners to keys and achanging velocity
-
platform : object collision
-
Background scroll : platform movement
-
win Scenario
-
Image Platform
-
parralax scroll
-
Death Pits
-
level creation
-
Fine tuning
-
sprite crreation