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?
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!