An open API service indexing awesome lists of open source software.

https://github.com/flame-engine/space_shooter_workshop

This is the repository for the Space Shooter workshop.
https://github.com/flame-engine/space_shooter_workshop

Last synced: 5 months ago
JSON representation

This is the repository for the Space Shooter workshop.

Awesome Lists containing this project

README

          

# 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 |