Files
SWGalaga/README.md
2024-06-04 22:26:12 -04:00

28 lines
609 B
Markdown

## SWGalaga
Star wars galaga game using godot4.
Made for fun, and to learn godot. plez no sue.
**Controls**
W/A/S/D for movement
Space to shoot
E to launch missiles (don't lock so more like rockets)
overall goal will be to add a few levels tied to a world map.
currently only have one enemy and one level up type
##todo:
- [x] Finish Y-Wing Art
- [ ] Import Y-Wing & get turret working
- [ ] Power up 2 (shield)
- [ ] locate sounds
- [ ] World Map
- [ ] Work on Boss fight
- [ ] Level 1 and boss fight
update log:
6/4/2024
First implementation of y-wing sprite, and turret. Scripting to be done later.