Play game
Minijam HealthTank's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Use of the Limitation | #74 | 2.828 | 4.000 |
Enjoyment | #84 | 2.652 | 3.750 |
Presentation | #94 | 2.475 | 3.500 |
Overall | #95 | 2.563 | 3.625 |
Concept | #106 | 2.298 | 3.250 |
Ranked from 4 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Team members
Only me(MRGlick)
Software used
Godot, Aseprite, Bfxr, LabChirp, Bosca Ceoil
Use of the limitation
Health is a tool: In order to shoot the enemies, you have to give up some of your own health, therefore using your health as a tool.
Cookies eaten
If biscuits count then like 8.
Leave a comment
Log in with itch.io to leave a comment.
Comments
Cool game, but the game crashes sometimes it says someting about spawn() error
A lot of fun! Nice progression of difficulty through the levels, with a good range of enemies.
In general I found that it controlled really well - movement was fast enough that running laps around enemies was possible so long as I planned ahead, but having to slow down to charge the laser added an additional layer of challenge that tied in really well.
With regards to the yield errors JamzDEV mentions below: Godot will attempt to resume a yield function even when the related object has been deleted, which would cause the game to hang when run outside of debug mode. If it's possible to use a timer node with signals instead of yield this may be preferable as these will behave as expected when a node has been deleted.
Cool game. There are a lot of errors that appear in the console window though, seemingly related to the spawning functionality, making the game restart. I also feel like there should be more feedback when charging up the laser, such as a screen shake. I like the concept and art though.