Skip to main content

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

Short update.

Remember which binary number "Friend" says?

Yes, actually that string of numbers makes sense.


010100110100111101010011

First of all.. We need to simply split the string of numbers..

01010011 / 01001111 / 01010011

Then.. Decode with ASCII code...
01010011 stands for S
01001111 stands for O


And then.. The answer is obvious,
is "SOS" with a capital letter.

That's all.


Note to myself: Don't arbitrarily judge the value of any piece of information...