Skip to main content

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

What is this code that you guys are using? I'm assuming it's a spoiler protection method, but if I'm wrong about that, I do apologize for intruding. I just need help with the same question! I'm also stuck while trying to follow Cynthia's path.

(1 edit)

It's rot13. It basically means that you change every letter to the one that comes 13 letters later in the alphabet which has the added benefit of having the same encoding method as decoding, because we have exactly 26 letters in the alphabet. It's kind of common to use on this website for spoilers in puzzle games.

There are multiple decoding machines on google. Just google rot13 and copy the text in

Thanks a million! Rookie question, I know, and I appreciate you taking the time to help me out!!