Coding Task: 04.03 My first level generator

Let’s create a map that looks like a level from original Mario!

Your Task

Fill in the blanks and correct the code to create a randomised level generator for a game.

PyAngelo Reference Sheet

Remember to use the PyAngelo reference sheet to help you with your code! Click on one of the buttons below:

Requirements

  • The program should run without any errors.
  • The program should produce a different randomised map each time you click run
  • The map you produce should have at least 2 different platform heights

Scroll to Top