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

Fix memory leak - Enemies should be removed when they go out of bounds #79

Closed davcri closed 5 years ago

davcri commented 5 years ago

We need to destroy enemies when they get out of the screen.

Valenception commented 5 years ago

Hi! I would give it a try.