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.
- Host: GitHub
- URL: https://github.com/flame-engine/space_shooter_workshop
- Owner: flame-engine
- Created: 2023-06-17T15:03:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T13:21:16.000Z (over 1 year ago)
- Last Synced: 2025-05-29T17:18:20.543Z (10 months ago)
- Language: Dart
- Homepage:
- Size: 145 KB
- Stars: 20
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |