A basic Mario game with JS and HTML canvas and using express as a server

Steps in which game is created

  1. Project setup : JS and HTML canvas

  2. Player Creation : 2.1 initial player = Square (x,y cordinate) 2.2 Create a class to create player

  3. Gravity : So that when player jumps reaches back to land: v = u + at

  4. Player Movement : adding event listeners to keys and achanging velocity

  5. platform : object collision

  6. Background scroll : platform movement

  7. win Scenario

  8. Image Platform

  9. parralax scroll

  10. Death Pits

  11. level creation

  12. Fine tuning

  13. sprite crreation