Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

awesome lil game :3

i couldn't put in the code somehow? (even though i got the order)

idk what to do :P

i enjoyed what i was able to play though!

Oh that's weird! Could you tell me a bit more about what happened? I've only seen it bug out like that once or twice but I thought I patched out the error that causes that to happen :\

(+1)

well i did fill it in but i'm guessing it was wrong?
might be a skill issue lmao

(+1)

Actually I noticed this puzzle was pretty unclear because there are two types of players and I should have accounted for the other variety.

Say I have code: 6095
And code order: 3241

Player 1 will get the correct answer because they will go:
"Okay 6 is in slot 3, 0 is in slot 2, 9 is in slot 4, and 5 is in slot 1 so... the answer is 5069"

Player 2 will get the incorrect answer through an equally valid line of logic where they think:
"Okay so... 1 = 6, 2 = 0, 3 = 9, and 4 = 5 so if the order is 3241... the answer is 9056!"

I did consider this when making the puzzle but I thought players might try both approaches which is why I added an alternative ending if your time goes negative during the puzzle!

(+1)

alr thx i'll try it :3