crystal-bit / space-shooter

Shoot 'em up game, developed for the Hacktoberfest 2019 event with the Crystal Bit community.
GNU General Public License v3.0
41 stars 34 forks source link

Implemented bullet and enemy collision with player spaceship #72

Closed rubin0 closed 5 years ago

rubin0 commented 5 years ago

I implemented the damage system as explained in the GDD.

If a bullet or an enemy ship collides with player, it will lose a life and will enter in RECOVERY state for 3 seconds (default time. Can be configured in the editor) during which it will be flashing white.

Closes #45

davcri commented 5 years ago

Great @Karbb ! Amazing PR, thanks for your help!