Releases: trudeaugamedev/pygame-shmup
Releases · trudeaugamedev/pygame-shmup
Lesson 6 - Part 3
Lesson-6_Part-3 variable name clarifications
Lesson 5 - Part 2
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
Lesson 4 - Part 1
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