The voice acting and little animation cutscenes are very charming :D
I think the idea has potential!
I wish the boss fight had a retry button though, so I could try again easily.
Viewing post in Draw yourself to the Surface (Game Jam Ver 1.1) jam comments
I “was” going to add a retry button in the game, but it would be very tedious to do since the way that i made the game overs work is that once the player hitbox collides with anything within the list of “things that can game over you”, it starts/sends a brodcast (a message) to completely stop every single line of code in the game from running. EXEPT for the code that makes the visuals & music for the game over screen to play out.
so if i were to add a retry button, it would require me to make another broadcast that essentially STARTS “EVERY SINGLE” LINE OF CODE BACK UP & that would’ve taken WAY to long to code in the game. hence, why there isn’t a retry button in dytts (draw yourself to the surface).