Mission 4: Endless Runner

In Mission 4, you are going to code an Endless Runner game, which is one of the most popular types of games! Your version will be a simple platform game, with a single control that allows the player to jump up on to the platforms. The player will have to stay alive for as long as they can without crashing into the platforms. You will learn how to use procedural generation to create the game world, make the game scroll across the screen and add gravity to the game so the player can jump and fall. You will also learn how to make the game more and more challenging for the player.

Do it yourself task:YOUR FINISHED GAME

Get the finished code for your game.