https://github.com/quasilyte/decipherism-game
A puzzle game where you solve the encoding machine ciphers
https://github.com/quasilyte/decipherism-game
ebiten ebitengine game go golang puzzle
Last synced: 7 months ago
JSON representation
A puzzle game where you solve the encoding machine ciphers
- Host: GitHub
- URL: https://github.com/quasilyte/decipherism-game
- Owner: quasilyte
- License: mit
- Created: 2022-11-26T15:03:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T18:04:40.000Z (over 2 years ago)
- Last Synced: 2025-03-17T15:11:17.150Z (7 months ago)
- Topics: ebiten, ebitengine, game, go, golang, puzzle
- Language: Go
- Homepage: https://quasilyte.itch.io/decipherism
- Size: 17.5 MB
- Stars: 26
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Overview
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 interfaceThis game natively works on Windows, Linux and in browsers (wasm build). You can download the native binary or play it in browser at [itch.io](https://quasilyte.itch.io/decipherism).
## Game Development Details
This game is a [Game Off 2022](https://itch.io/jam/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 game created using [Ebitengine](https://github.com/hajimehoshi/ebiten/).
It's proper home is [quasilyte/ge](https://github.com/quasilyte/ge/) repository,
but since it's a requirement to create a separate per-game repository, here we are.## Lincense and Credits
Everything is licensed under the MIT license, unless there is an entry in CREDITS for that asset.
If there is an entry in [CREDITS](CREDITS.md) file, it overrides the default MIT licensing.The game itself doesn't have a credits screen, but all places where you can download this
game should include a supplementary CREDITS information.