Corey56 / RingLeader

PyGame Zero Falling Matcher Game
GNU General Public License v3.0
2 stars 5 forks source link

Ending Game when Bubbles Hit the Bottom #8

Open cjfalk32 opened 4 years ago

cjfalk32 commented 4 years ago

As the levels get harder the refresh rate gets faster. However, if the block of bubbles hit the bottom the game does not end. This does not add to the score but, does not give the user any chance to lose other than getting hit. To increase the difficulty of the game make it so the game ends once the block of bubbles hit the bottom of the screen.

antonrowe commented 4 years ago

I agree. The game would be much more intuitive and thrilling if the game only ended if the player was struck by a falling balloon.