letsbuilda/pyweek37

Add target

Closed this issue · 0 comments

The core idea of the game is the player shoots at a target. I think it'd be simplest to have it be a balloon that pops when hit by a bullet. We need a sprite for a target (could be a template at first) and then collision handling for bullet-on-target. The target should be placed in the map with Tiled. Maybe some maps can also have multiple targets.

Tasks