A huge vibe, I really love the art style. The game is simple but engaging, somehow i almost felt bad trying to win against the cat, he looks like a cool buddy.
I did have an issue after losing the game on web version once, where the numbers would stack on top of each other from then on as if there were 2 overlays with 2 sets of games/numbers, until i refreshed with shift+f5.
Viewing post in chocolate chips jam comments
thanks for playing! i did notice that happening rarely upon launch but couldn’t recreate it consistently and it was so rare that i didn’t worry about it. i’ll try and see if i can figure out the cause if i have time before it locks. i assume the scene is getting created twice somehow but i’m not sure. also I saw your game in the discord last night and really liked how it looked! i’ll be sure to play it here in a bit
update: turns out that is what it was! i wasn't destroying the trigger that instantiates the main scene until after the fade out animation is finished, so double clicking the startup screen would lead to two instances of the game running at once. easy fix, just had to think about it harder. i’ve pushed an update to fix it