2024-06-04 05:19:26 -04:00
|
|
|
## 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
|
|
|
|
|
|
2024-06-04 22:26:12 -04:00
|
|
|
|
2024-06-04 05:19:26 -04:00
|
|
|
##todo:
|
2024-06-07 03:35:23 -04:00
|
|
|
- [ ] Power up 2 (shield) : After dinner 6/7/2024
|
2024-06-04 05:19:26 -04:00
|
|
|
- [ ] locate sounds
|
|
|
|
|
- [ ] World Map
|
2024-06-07 03:35:23 -04:00
|
|
|
- [ ] Work on Boss Enemy
|
|
|
|
|
- [ ] Spawner Refactor to allow level editing
|
|
|
|
|
- [ ] Boss Fight state machine
|
2024-06-04 05:19:26 -04:00
|
|
|
- [ ] Level 1 and boss fight
|
2024-06-04 22:26:12 -04:00
|
|
|
|
2024-06-07 03:35:23 -04:00
|
|
|
##finished:
|
|
|
|
|
- [x] Finish Y-Wing Art
|
|
|
|
|
- [x] Import Y-Wing & get turret working
|
|
|
|
|
- [x] Implement Y-Wing Main Cannon
|
|
|
|
|
|
2024-06-04 22:26:12 -04:00
|
|
|
update log:
|
|
|
|
|
6/4/2024
|
2024-06-05 17:37:46 -04:00
|
|
|
First implementation of y-wing sprite, and turret. Scripting to be done later.
|
|
|
|
|
|
|
|
|
|
6/5/2024
|
|
|
|
|
Y-Wing implemented, and turret working (X/Y coords for the blaster bolt needs tweaking) Multiple target_pos.x * 2?
|
2024-06-07 03:35:23 -04:00
|
|
|
|
|
|
|
|
6/7/2024
|
|
|
|
|
Y-wing 99% finished, tweaks required. added a few things to objectives list. moved finished objects to finished objects list.
|