Space Shooter Part 1

This week we built part 1 of our space shooting game

We created our spaceship sprite and got it to move with the arrow keys. We also set it to have 3 lives

Next we created a projectile to shoot from the spaceship when we press the space bar on the keyboard

Lastly we created an enemy, it currently spawns in the centre of the screen every half a second, but next week we will get it to spawn on the right side of the screen and move towards us. We will also be able to destroy them with our projectiles

Yes out the code in the simulator below

Hello, World!

Previous
Previous

Space Shooter Finished

Next
Next

Corgio Jumper