Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Finally, a virtual pet game *for* and *about* me!

Seriously though, whenever people ask why I don't like virtual pets or relaxing games like animal crossing or stardew valley, I tell them because I only like games that stress me out. Well this stressed me the fuck out, and I loved it! The combination of the sounds and the visuals were super unnerving, and I loved the unnatural way the limbs moved, and the slight parallaxing you have with the figure and the background is *primo* stuff.

The only major bug I found was that the blood button doesn't seem to work. Other than that, it seemed like the lose condition was a little inconsistent. A couple times it seemed like I lost immediately, and sometimes it seemed like I lost even when the limbs hadn't been moving very fast or for very long.

I think one of the main issues I have with the game is that the lose condition isn't that any single limb moves too much, it's that all of them move for too long. This means that as long as I made sure I had control over one or two limbs, I could completely ignore the other ones. A little after I started playing I also realized that limbs only woke up on a random timer or if I woke them up with one of the humours that is assigned to them. This means that the ideal way of playing was to pick a limb or two and wait until it moves, then press a button to make it stop, while completely ignoring all the other limbs. This actually made the game kind of relaxing, especially given the fact that it doesn't seem like it gets more difficult as time goes on.

There are a bunch of different ways to fix this. I think the best overall change would be to make the game about making sure no single limb moves too much or for too long, rather than all of the limbs, so that players aren't encouraged to just focus on one or two limbs. 

If you want to keep the boolean-based interactions, I think you can either make the timer get shorter and shorter as time goes on (until the game gets pretty much impossible, which feels like it would be a nice, stressful end) OR you could move the buttons around. Either switch their positions with each other or just have them disappear and pop up in random spots on the screen every so often as the game goes on, so that the player is never given an opportunity to zone out.

If you aren't married to boolean-based gameplay, then maybe it'd be worth exploring to make each limb run on a value that slowly builds up, which the player has to decrease by pressing a corresponding humour button one or more times (which might *increase* the value of a different limb, since in the boolean-based version pressing a single humour could put one limb to sleep and walk another one up). I think that the frantic gameplay of having to press a bunch of buttons multiple times would suit this kind of stressful, nightmarish game more than having to move between buttons and press them each once. At the very least it might be a gameplay direction worth exploring.