Skip to main content

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

Thanks! There was one piece in every level, for ever piece you got, you would get a different ending. Sorry, that was not very clear

We got 6 of them but the ending bugged out so I couldn't get to see it. May you tell me what ending would i've gotten?

(+1)

there are 3 total endings -

Find 0 souls you get the message "I don't know what happened. In my journey back down, I forgot my soul and with it, the recollection of my past life."

Find 1-4 souls you get the message "There was a war, I remember, It destroyed humanity, but how did all of this happen. My soul is incomplete, I need more of it to further recollect."

Find all 5 (not 6, idk how you found 6 that shouldn't be possible) and you get the message "My complete soul of my past life tells me that there was a war. Atom bombs destroyed the world, and all that were left standing were sent to Hell."

At the end of all, you get sent to hell with everyone else.

I picked up the one in the tutorial and then another one in the first level after the tutorial, wich added me 2 instead of one. Maybe is because of that that i couldn't see the ending?  Because i didn't had any number of souls between 0 and 5?

(1 edit) (+1)

Yes that was not intended to be possible XD. I coded it like this

if (souls <= 0)

else if (souls <= 4)

else if (souls <= 5)

so try again with 5, though I already told you what happens, its no different. 

Thanks for playing btw!