Skip to main content

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

winneratwin

5
Posts
3
Following
A member registered Apr 26, 2022

Recent community posts

(1 edit)

Had this game on the backlog due to the style, and I just got around to it. Honestly, this game is most likely 80% AI by volume. Even the story has telltale patterns such as "it's not x it's y" and "That's not x. That's y".  It is slightly hidden due to the text not all being visible at once, but once you notice it, the AI use is obvious.

I can understand using AI for the visuals since not everyone is an artist. But isn't the point of using AI for the visuals to be able to focus on the story? If the story isn't yours then what is the point of making this? At this amount of AI usage, the reader might as well just look at the images alone and get a better experience.

Also personal preference, but I don't like the voices used for the sex scenes, they don't seem to fit, but then again, personal preference.

De-compiled the game searching for cheats too and found that if you name your character DEBUGGER (case sensitive) then restart then when you are in the skill tree you can press space to gain 100 points. Although this also enables a feature to change levels with shift and ctrl which doesn't check bounds so it can crash if you press shift while in the overworld then it crashes without saving.

The mining section of the game could feel better if instead of using onClick you could use onMouseDown/onPointerDown.
Right now, when moving your mouse fast and you press down and move the mouse outside the block then release and it won't mine the block which feels bad.

Tried it out myself by patching the js and it feels like 30% better when moving the mouse and clicking rapidly .

Wow the link rot on this game is very high, seems like imghippo isn't the best free image hosting service.

Exactly half of the images are broken in some way since the last update(0.4) 4 months ago. Here is the breakdown:

Total images: 118
Images returning 404: 50
Images returning 403: 9

That means there are only 59 unaffected images remaining on the image host.

Here are the remaining images I could download just to prevent more link rot.

Add the executable flag to the linux executable.

here is one command that adds it for just the user that owns the file:
chmod u+x ./Cute\ Reapers\ in\ my\ Room.x86_64

if you want to check if a file is an executable, run:
file filename
and check for: ELF executable in the output