https://github.com/friedev/unknowable
Cult strategy game (UNLGDC Jam 2022)
https://github.com/friedev/unknowable
game game-jam
Last synced: about 1 month ago
JSON representation
Cult strategy game (UNLGDC Jam 2022)
- Host: GitHub
- URL: https://github.com/friedev/unknowable
- Owner: friedev
- License: agpl-3.0
- Created: 2024-11-26T14:30:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T22:31:06.000Z (2 months ago)
- Last Synced: 2025-03-04T23:28:17.004Z (2 months ago)
- Topics: game, game-jam
- Language: GDScript
- Homepage: https://frie.dev/unknowable
- Size: 4.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Unknowable
The celestial conjunction is nigh.
Assemble your cult and seek out mystical artifacts to summon forth the elder gods, but be wary: the Watch is ever vigilant.
Originally made in under 34 hours for the [UNL Game Development Club](https://unl-game-dev-club.github.io)'s first game jam in 2022, with the theme "stay out of sight".
For the version of the game completed during the jam, checkout tag `v0.1.0`.## How to Play
In Unknowable, your goal is gather 5 artifacts before the celestial conjunction in one year (52 weeks).
Every turn, each cultist will contribute toward their task's progress.
Drag a cultist to a task to reassign them.
When you are content with your cultists' assignments, press "End Turn" to pass the week.### Controls
Unknowable can be played using only the mouse.
Keyboard shortcuts:
- Space/Enter: End Turn
## Credits
Unknowable was created by [Aaron Friesen](https://frie.dev).
- Engine: [Godot Engine 3.5](https://godotengine.org)
- Art: [GIMP](https://gimp.org)
- Music and sounds: [LMMS](https://lmms.io) using the [ZynAddSubFX](https://zynaddsubfx.sourceforge.io) plugin
- Font: [pixelFJ8pt](https://www.1001fonts.com/pixelfj8pt1-font.html) by [MBommeli](https://www.1001fonts.com/users/flashjunior), licensed under the [1001Fonts FFC License](https://www.1001fonts.com/licenses/ffc.html)## License
- The source code is licensed under the [GNU Affero General Public License v3](https://www.gnu.org/licenses/agpl-3.0.en.html) (see `LICENSE.txt`).
- All original assets (art, music, and sounds) is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/) (see `ASSET_LICENSE.txt`).