Galaxy Shooter — Phase II: Core Programming

Rob George
May 10, 2021

Day 43 — Aspiring Game Creator

2D Game Dev: Galaxy Shooter

Enemy enables shields forcing two additional blasts from the laser cannons!

Object: Enemy Shields

Random enemy ships will have the ability to generate shields, absorbing hits from laser cannon.

Similar to The Shield power-up for the player, the enemy shield is a separate game object which, when activated, will absorb damage.

Once the shield strength is reduced to zero, the shield will deactivate and the enemy will become vulnerable.

--

--