Skip to main content

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

winneratwin

3
Posts
1
Following
A member registered Apr 26, 2022

Recent community posts

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