Platformer course

Lesson 1: make a platformer

We will learn:

  • how to build a world
  • how objects interact
  • how to track our score

Lesson 2: add multiplayer

We will learn:

  • how to add custom sprites
  • how to add secondary keys
  • how to add health

Lesson 3: add a final boss

We will learn:

  • how to add refactor code for clarity
  • how to add AI to our characters
  • how to add more physics