Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 935 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 935 Bytes

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
bonus_step1 Add Parallax background and explosions
bonus_step2 Add score
bonus_step3 Add title screen
bonus_step4 Add shields to player