Skip to content

Lesson 4 - Part 1

Compare
Choose a tag to compare
@DaNubCoding DaNubCoding released this 04 Dec 20:49
· 16 commits to master since this release

The first part of our Pygame Shmup (Shoot Them Up) style game

In this part, we added:

  • A player (which does nothing except move right now)
    • Controlled by left and right keys
  • A cookie
    • Rotates (including the 2 rotation fixes)
    • Bounces when it hits the edge of the screen