cpp-gamedev/spaced

Powerup system

karnkaul opened this issue · 1 comments

Powerups spawn similarly to enemies but instead of being destroyed by weapon rounds, are collected by the player (via collision), and grant powerup-specific status effects, like a temporary weapon for a few rounds.

Implemented in #27