nsccs / pygames

Collection of games created with pygame.
4 stars 4 forks source link

Bullet hits target #14

Open jaredscarr opened 9 months ago

jaredscarr commented 9 months ago

When a bullet hits a desired target it should be removed from the game and trigger the effect designated for a target. For example, if the target is an asteroid and it is hit with a bullet then the asteroid should fragment, or if the asteroid is at it's smallest size, should "vaporize" and be removed from the game.