thealphadollar / brkout

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

Change: Collision system, replaced old coordinate based system #60

Closed amrit-choudhary closed 5 years ago

amrit-choudhary commented 5 years ago

Replaced old system with a new collider based system. It's clean and easier to use.

amrit-choudhary commented 5 years ago

Bricks now have sprites. They change sprite based on health. Here's the order Red at full health -> yellow -> yellow some damage -> yellow double damage -> brown some damage ->brown double damage -> death

screenshot 45