thealphadollar / brkout

A game made using PyGame under CodeClub as a learning project.
MIT License
8 stars 19 forks source link

Power-ups in game #44

Open pixlmaster opened 5 years ago

pixlmaster commented 5 years ago

Since , most of the basic functionalities in the game are done, I was thinking of adding temporary power ups in the game. i have a few ideas in mind that are relatively easier to implement

  1. temporary increase in striker speed.
  2. temporary increase in striker size.

the power-ups appear randomly in the circle for a short period of time. on completion, we can add bombs(or other stuff)(using the pre-existing code for power-ups) which on touching immediately ends the game for you. This will make the game for challenging.

pixlmaster commented 5 years ago

@thealphadollar should i go forward with this?

thealphadollar commented 5 years ago

Yup.

steve050798 commented 5 years ago

@pixlmaster Are you still open to working on this. I would like to try implementing some power ups as well. I was thinking we could maybe implement a combo multiplier or something like that as well.

Maybe the power ups could be on special bricks instead of in the circle. What do you think?

amrit-choudhary commented 5 years ago

@pixlmaster are you working on it? I want to work on this too after #58 is merged.

pixlmaster commented 5 years ago

sorry, i was out of station, i am up for it, but someone needs to properly draft the editions.