Creating a platformer game in Python with Pygame

This project is a follow along with this video series by "Clear Code". I learned a lot from this tutorial and hope they release more in the future.
The game is easy, but creating new levels is very simple.

  1. Introduction
  1. Initial setup, level, player, camera, animation
  1. Tile tutorial
  1. Create an overworld scene, add tiles to level
  1. HUI setup, collisions with enemies and coins
  1. Fix collision bugs, add sounds
  1. Better Sprites display and collisions