Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(3 edits)

Really great game! I love the aesthetics. 

*spoilers*

I felt like the accessing G0ldF$h and Rick were a little too easy, the former just gave you the password straight up without having to decypher anything. 


Unfortunately the UI is broken at a certain challenge level and I'm unable to continue. In level6 of challengepack2, when reading the helpdoc (for the HIDE2 cipher), the text does not completely fit on the screen. It cuts off after "Then add them up horizontally and you would".There is no way to scroll down to read the rest of the document (and thus know how to finish the cipher). I max-zoomed out in the chrome tab and could see a few more lines up text, but still not enough to know the next step.


For what I'm able to read, I took (171,1) (86,2) (217,4) (96,8) (150,16) and split them into standard (171,86,217,4,96) and result (1,2,4,8,16). The result translates to 1(1), 2(10), 4(100), 8(1000), 16(10000). The result lined-up looks like:

0 0 0 0 1

0 0 0 1 0

0 0 1 0 0

0 1 0 0 0

1 0 0 0 0

Filling in the standard:

0 0 0 0 150

0 0 0 96 0 

0 0 217 0 0

0 86 0 0 0

171 0 0 0 0

Adding horizontally gives a 5 number string

150 96 217 86 171

and that's all the instructions give

I also couldn't read the rest of the instructions, but I figured it out anyhow.

First you separate the couples into two sets:
(171, 86, 217, 96, 150)  RESULT
(1, 2, 4, 8, 16)         STANDARD

Then convert each number in the result set to binary and list them each vertically (e.g.: 171 > 10101011). That step ends up looking like this:

1 0 1 0 1
0 1 1 1 0
1 0 0 1 0
0 1 1 0 1
1 0 1 0 0
0 1 0 0 1
1 1 0 0 1
1 0 1 0 0

Then You substitute each '1' in the first column with the first number of the standard and the second number for each of the 1's in the second column, etc. That gives you eight numbers between 1-26 which suggests simple substitution of these numbers for the letter in that place of the alphabet, yielding the password UNIVERSE.

1 0 4 0 16 = 21 = U
0 2 4 8  0 = 14 = N
1 0 0 8  0 = 09 = I
0 2 4 0 16 = 22 = V
1 0 4 0  0 =  5 = E
0 2 0 0 16 = 18 = R
1 2 0 0 16 = 19 = S
1 0 4 0  0 =  5 = E

Now I myself got stuck in ChallengePack1 I think. The last level4 has a file named Complete, but it's password protected and I'm unsure if I'm supposed to be able to open it. I don't see a way that the previous codes (255-015-240-179, 1F772, NEXT) relate in away to open it. Maybe I'm not supposed to open it. Anyway, great game, ya'll. I'm sorry to report I also didn't take the time to decode your names, but it was a fun ride!