Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.14 KB

File metadata and controls

22 lines (19 loc) · 1.14 KB

Space Shooter workshop

This is the repository for the Space Shooter workshop.

The repository has a few different branches that you can look at to see a solution to each step.

Branch Description
main The starting point for the workshop
step1 Add a simple TextComponent added to the game
step2 Add Player component
step3 add Keyboard input
step4 Add Shot component
step5 Add an Enemy component and a spawner
step6 Add collision detection between shots & enemies
step7 Add Restart functionality
step8 Add background
bonus_step1 Add Parallax background and explosions
bonus_step2 Add score
bonus_step3 Add title screen
bonus_step4 Add shields to player