thealphadollar / brkout

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

Feature: Powerups #64

Closed amrit-choudhary closed 5 years ago

amrit-choudhary commented 5 years ago

Powerups added to the game Currently 5 types of powerups are in the game. Go over a powerup to pick it up. Currently active powerups are shown in top left of the screen.

thealphadollar commented 5 years ago

Before anything, I'd like them to be added to the readme.

On Thu, Jan 3, 2019 at 1:43 AM Amrit Choudhary notifications@github.com wrote:

Powerups added to the game Currently 5 types of powerups are in the game. Go over a powerup to pick it up. Currently active powerups are shown in top left of the screen.

-

Double Damage: Doubles the damge caused to bricks [image: double_damage] https://user-images.githubusercontent.com/6888341/50610393-d2a1ad00-0ef8-11e9-87a1-3d9ad419bc1a.png

Double Power: Sriker's power is doubled [image: double_power] https://user-images.githubusercontent.com/6888341/50610396-d7666100-0ef8-11e9-9fe9-e2f85d5839e3.png

Double Score: Score is doubled [image: double_score] https://user-images.githubusercontent.com/6888341/50610400-da615180-0ef8-11e9-8b89-8388dc475af5.png

Double Speed: Ball's maximum speed is doubled [image: double_speed] https://user-images.githubusercontent.com/6888341/50610404-ddf4d880-0ef8-11e9-9384-e570aebafc4e.png

No Friction: Friction is removed temporarily [image: no_friction] https://user-images.githubusercontent.com/6888341/50610407-e0573280-0ef8-11e9-9c33-27492e236c54.png


You can view, comment on, or merge this pull request online at:

https://github.com/thealphadollar/brkout/pull/64 Commit Summary

  • Add: powerup images and classes, Change: ball escape based on Colliders
  • wip
  • powerup spawn and activation complete
  • minor cleanup
  • Added double score powerup
  • no friction, double score working
  • all powerups complete
  • documentation for powerup system
  • minor fix

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/thealphadollar/brkout/pull/64, or mute the thread https://github.com/notifications/unsubscribe-auth/AfStIGUykxY7Axjp55I2ShoxsMcCuuSIks5u_RL6gaJpZM4ZnKq_ .

amrit-choudhary commented 5 years ago

Okay

amrit-choudhary commented 5 years ago

@thealphadollar no problem

amrit-choudhary commented 5 years ago

@thealphadollar i am making a 3d renderer for pygame, take a look and see if you need anything like this in your game. https://github.com/vineetjc/pygame-Coin-Fall-/pull/67

demo_3d_z_depth

thealphadollar commented 5 years ago

In what ways do you think will it be beneficial to have that for our game?

On Sat, Jan 5, 2019 at 11:56 PM Amrit Choudhary notifications@github.com wrote:

@thealphadollar https://github.com/thealphadollar i was making a 3d renderer for pygame, take a look and see if you need anything like this in your game. https://github.com/vineetjc/pygame-Coin-Fall-/pull/67

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/thealphadollar/brkout/pull/64#issuecomment-451679218, or mute the thread https://github.com/notifications/unsubscribe-auth/AfStIM-j3Sy3rWsSNgS9rTqcdeXStJxGks5vAO5XgaJpZM4ZnKq_ .

thealphadollar commented 5 years ago

@amrit-choudhary Please respond.

amrit-choudhary commented 5 years ago

I'm not working on it anymore.

amrit-choudhary commented 5 years ago

The powerup part was complete, 3d thing was a separate thing and won't affect the main game.

thealphadollar commented 5 years ago

Thank you for the PR.