Decipherism
About
A puzzle game where you solve the encoding machine ciphers.
The key features are:
- Puzzles that can be solved in more than one way
- Complex cross-level secrets
- A stylish in-game manual
- Immersive interface
This game is a Game Off 2022 game jam submission.
The game jam theme is cliche. Therefore, you're hacking a Penth Hexagon using some retro-style hacking device with bright green consoles.
The in-game manual could be enough for some players, but it leaves a few aspects undefined on purpose. If you don't want to fill the gaps on your own, here is a short overview about how this game is intended to be played. In a sense, it is a spoiler.
Every level (called component) consists of some encoding machine. It turns the text input into some encoded output. For instance, you run it with "hello" and get "ohell" as an output.
To clear a level, you need to decipher the access keywords (encoded keywords). You do that by typing the non-encoded (original) keyword into the input text field.
How would you know what to type in there? This is an actual gameplay: you need to figure it out on your own. You have an encoder simulation device at your disposal. It can encode any input using the same algorithm that was used to encode the keywords. The encoded keywords are listed in the right section of the interface. You can try to backtrack their transformations individually.
The text input is controlled as you would expect it: type some letters in, remove text with backspace, move the text cursor with arrows. Enter runs the simulation with the current input value. Space pauses the simulation. Tab toggles between the normal and terminal modes. Escape always works as a "go back" button.
You unlock new terminal features with your game progress.
The progress is saved automatically.
There is no "credits" screen anywhere in the game, please see CREDITS file for license-related information. Game source repository can be found at github.com/quasilyte/decipherism-game.