johnthagen / rust-belt

:rocket: Asteroids-like arcade game implemented in Rust ✨
73 stars 6 forks source link

Implement Weapon Powerups #154

Open mcdenhoed opened 7 years ago

mcdenhoed commented 7 years ago

Would be cool to have "powerup" items fly around that you can pick up.

Power up ideas:

johnthagen commented 7 years ago

I had a story based power-up idea as well. Basically you "find" Kara, perhaps in some kind of escape pod. When you pick her up, she provides some kind of a power-up. Maybe an "auto-turret" that shoots different colored bullets at nearby asteroids.

This could be demo'd before levels (#134), but ideally would mesh best with levels. Relates to #15.

mcdenhoed commented 7 years ago

Initial implementation here: https://github.com/johnthagen/rust-belt/tree/powerups