Nice game, however it gets a little repetitive. After about 8 days I had to stop
I really like the cat graphics, and the night to day cycle. How did you do that one?
I have one variable that counting time every frame. After it exceed whole day time(in this case 90 second), reset time counting variable, increase day count, and whole cycle start again.
For effect, I use adjust brightness block with cosine function to make it look like day/night. I also tint window with red color a bit to simulate dawn/dust atmosphere with the same cosine function.
I ran out of time before I could test and make characters status more challenge. Also I'm missing event system that I planned but not Implement it.