Galga Finished

We finished our Gala style space shooter game

We set up an array of asteroids that are randomly generated along the top of the screen

We animated our projectile to shoot the asteroids ( this didn’t work in class due to a network issue, all should work now )

If the asteroids hit us we created a shake effect for the camera and also create particle effects

I have set up a way to win the game, each time we blow up an asteroid we get a point, once we hit 25 points we win the game

Test out the full code below, can you add power ups?

Next
Next

Galga style game part 1