various updates

This commit is contained in:
Tabby 2025-05-23 21:36:52 +10:00
parent 8d6da7bf7e
commit 43b52fcea9
17 changed files with 244 additions and 109 deletions

54
bugs.md
View file

@ -1,51 +1,5 @@
# Post jam changes
- [x] asteroids just kills you
- [x] start by disabling game overs so we can watch the game loop
- [x] maybe also extend the display of ticks and crosses for testing
- [x] issue is also present in bullet hell, likely somehting to do with area detection
- [x] bullets are created outside of the game node causing them to persist over games
- [x] if you lose the scene doesnt remove itself (probably removes one of the bullets instead)
- [x] can leave level in bullet hell
# Games
- [x] Finish Platformer
- [-] Finish Space Invaders
- [x] Finish Bullet Hell
- [x] Finish Bomb Defusal
- [x] Finish DDR
- [x] Finish Asteroids
- [x] Finish Crafting
- [x] Game Over
# High Priority
- [x] remote breaking animation not working
- [x] pressing enter causes the platformer channel to restart event after the intiial prompt dismissial
- [x] lasers not appearing
- [x] only 1 lane getting warning
- [x] platformer works once but having trouble getting it to replay
- [x] menu credits
- [x] menu exit? (not visible in web build)
- [x] still need a player!!! (make it the cat from catdash?)
## Publishing
- [x] check if web build works well
- [x] finish itch page
- [x] upload game and possible executable
- [x] submit to jam!
# Minor
- [x] score text is infront of the player
- [x] warning areas are infront of the player
- [x] make score and life only appear when game starts
# Ideas
- [x] Have tick/cross effect appear on a won/failed game
- [-] 1 more game
- [-] 2 more games
- [x] standardized timer display
# Sounds
- [x] win sound
- [x] lose sound
- [x] kanes zoom out sound
- [-] music - electronic msuic?
- [x] score can change after game end
- [x] press enter not needed on item get popup
- [x] make space invaders no movement, just have to press the shoot button and hit the ufo
- [x] simplified bomb defusal code