Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Ji9sw

6
Posts
6
Followers
2
Following
A member registered Aug 20, 2022 · View creator page →

Creator of

Recent community posts

This is one of the games of all time

Why would it need Steam? if the launch goes well they could make multiplayer, would need a bunch of development though because the physics are complicated

The code is from Dani's Github if you want to make it yourself!

Have a suggestion or found a bug? comment it and I'll reply :)

I started playing thinking  it was gonna be a joke but holy sh*t, I played once normally then went back to see one of the scenes again and ended up playing it again but tried to get all the good scenes, I was p*ssed the first time I saw the end credits because I was so attached at that point, I loved seeing what one choice would do and if the other choices were better, was amazing

In the closeup scenes you can see the skin cells! like god damn and the modelling is amazing

PS: the text to speech voice is so bad please make it stop saying names and also surely you can get female voices :)

Anyway great game left me hooked and now I'm trying Once In A Lifetime which I hear is just as good, didn't think I would ever enjoy picture narratives, especially a NSFW one

I had so much fun playing this, my only suggestions are: the UI, please make it more consistent (the colour scheme changes a lot), the ocean, seeing as though you look at it a lot I'm sure you could find a seamless ocean texture, when you add it to a material in Unity you can add tiling, this makes the image repeat, if it isn't seamless you can see the edges of the texture on each tile, tiling increases the resolution making it easier on the eyes, Audio, the wave noise gets repetitive over time, you could add a bunch of sounds to a list/array and use Random.Range(1, 10), then use that value to get the sound: sounds[randomvalue].Play(); But other than that I'm looking forward to what you can do with the project in the next 10 weeks