/pygame-tutorial

A follow-along tutorial of the pygame module. For curiosity...science!

Primary LanguagePython

pygame-tutorial

A follow-along tutorial of the pygame module. For curiosity...science!

Overview

The tutorial entails some of the core components in creating a 2D game in python. Similar to the Mario game in C for CS50.

  1. Create window, character and movement
  2. Jumping with a quadratic function
  3. Character Animation and Sprites
  4. Optimization and OOP
  5. Projectiles
  6. Enemies
  7. Collision and Hitboxes
  8. Scoring and Health Bars
  9. Sound Effecs, Music and More Collision