Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I’m ashamed at how long it took for me to understand how this game worked. I saw all the anomalies, but I thought I was encountering a glitch with the Day counter switching between 1 and 2. I legitimately thought the report button was for actual bugs found in the game lol

Although I got to day seven, while showering with blood, I clicked the report button right at the moment that I finished the shower and the return button pops up, and it crashed my game. I may come back later to see what happens after Day 7.

Overall really cool game and idea, though!

(+1)

Wow, I guess anomaly searching games isn't your cup of tea :)
And the bug you mention is both confusing and hard to replicate. I mean, even if the buttons overlap, Godot doesn't let you press them both at the same time. I guess it found the anomaly node, but before it could "revert" it, the scene and the node was freed after return was pressed. If that's the case than it is fixable, but currently you can't return to the washing scene on the same day once you finish it. I guess I was too restricting to prevent bugs and by doing this accidentaly made one. Thank you for playing though!

I’ll admit I haven’t played any really, so this is probably my first, but I caught on eventually. Also, the girl in shower definitely took my friend that was watching me on Discord trying out gamejam games by surprise lol

I didn’t click Return and Report at the same time, just for clarification. I just clicked the Report button as the showerhead sequence finished (since I washed off all the suds with blood), and the green Return button pops up when you’re done washing off the bubbles. So maybe it was trying to report while in an incorrect state or maybe I was supposed to lose right there. I don’t know.

I also work with Godot, but I’m not sure exactly what could’ve caused it without staring at the code for far too long. I was planning on recording with OBS, and now I wish I did lol

(+1)

Yes, even if it hadn't crashed, you would still had been reset to day 1 in this situation, because anomaly is not in the scene anymore, clicking Report shouldn't do anything, and there is no way of getting it after washing is done. This isn't intentional, more like a result of only one week of working on the game. However, I couldn't replicate the crash still, but I guess it doesn't matter, since it's just a random consequence of poor design.