Corey56 / RingLeader

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

Extra Lives #5

Open Corey56 opened 4 years ago

Corey56 commented 4 years ago

One hit and you loose seems a little unfair. Any idea for a system of lives?

Corey56 commented 4 years ago

How about when the player's ship strikes the bubble grid, your ship grows, bounces back to start position at screen bottom and you lose some points?

  1. What if there are more bubbles at the starting position?
  2. How do you actually lose?
    • Touching screen edge?
    • Ship hull grows larger than screen?
nathaniellambert commented 4 years ago

One possible option is to give the player one chance to return to the previous level, and users can additionally pay to be a "premium player" for more revives.

ChasePrairie commented 4 years ago

I think we should add something like a "watch an ad to keep playing" but instead of watching an ad it makes you read the next class's lesson slides for 15 seconds.