There is one bug that fully crashes the game:
I was trying to go for a 8 run (its very very difficult as you need insane luck) and i used the go to menu button, and then re-entered, as its just faster to do then refresh the page each run, but then after i did multiple runs, it randomly crashed, (and gave an error that just said the same thing for like 30 lines, forgot to copy it mb)
I personally think somewhere in your code, you don't exit the loop of the game, (like when you press the menu button, it doesn't do loop break on the gameloop, so the loop is still going on, while it doesn't need to anymore) and when you start a new game it just opens a game loop in the menu loop, doing this multiple times probably hit some limit from your coding language, and made the program stop, crashing the game.
Just want to let this know, nice game and fun to try and find a good strat for, if there is an early access for the steam game, lmk i would really want to be involved into the process of a game genre that i genuinly like (this is exactly what ive been looking for, very little games mix these elements so well)
edit: lag also impacts the game, so maybe use delta time for hunger as well, as my hunger wasn't gone when I ate only one food (this normally kills the entity, giving 10 more points) (screenshot below shows result, this can normally not happen)