cpp-gamedev / spaced

Modernized space-impact style game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Powerup system

karnkaul opened this issue · 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