Skip to content

Lesson 5 - Part 2

Compare
Choose a tag to compare
@DaNubCoding DaNubCoding released this 09 Dec 13:30
· 4 commits to master since this release

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

In this part, we added:

  • Player edge collision
  • Bullet spawning
    • When space is pressed
    • Will continuously move up
    • Deleted when over the top of the screen
    • Deleted when colliding with a cookie
  • Multiple cookies spawning
    • Will spawn at an increasingly higher rate as game continues on
    • Will end the game if one hits the player
    • Will get deleted when shot by a bullet