Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friedev/die-krypta
Dungeon puzzler game (GMTK Jam 2022)
https://github.com/friedev/die-krypta
game game-jam
Last synced: 23 days ago
JSON representation
Dungeon puzzler game (GMTK Jam 2022)
- Host: GitHub
- URL: https://github.com/friedev/die-krypta
- Owner: friedev
- License: agpl-3.0
- Created: 2024-11-26T14:28:57.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-26T14:42:45.000Z (about 1 month ago)
- Last Synced: 2024-11-26T20:32:33.214Z (about 1 month ago)
- Topics: game, game-jam
- Language: GDScript
- Homepage: https://frie.dev/die-krypta
- Size: 5.23 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
# Die Krypta
Roll yourself through the crypt and attack with each of your faces.
Made in under 12 hours for the [2022 GMTK Game Jam](https://itch.io/jam/gmtk-jam-2022).> In a life long past, you were cursed by Die Hexe, a malevolent conjurer of geometric transformation.
> With your spirit imprisoned within a crystalline prism, you were left to wander the earth forever in silence...
>
> But finally, after countless years, you have come upon the haunted tomb of that foul sorcerer who wronged you so long ago.
> You know that in its final stone chamber lies Die Tasse, a cup bearing the elixir that shall restore your mortal form.
>
> The ancient magicks of this place have awakened a spark within you, now igniting each face of your hexahedral form with the power to smite the wraiths and specters that still lurk within.
> But move wisely, for each face bears a different mark, and you must align them with your foes lest they rend the last vestiges of your soul.
> So roll forth, brave cubic wanderer, and enter...
> Die Krypta!## How to Play
With each move, you roll to a new face of the die.
The face you will turn up is displayed in each direction.
Each face has a different attack, highlighted in red after you move.### Controls
- Arrows/WASD/HJKL: Roll
- Space/Period: Wait
- Escape: Pause### Attacks
Most attacks resemble the arrangement of pips on the die.
Below, the specific cells you attack when the given face is turned up are marked with X's.
1 is special in that it attacks forward in the direction you just moved.```
. . . X . . . . X . X . X . X X . X
> 1 X . 2 . . 3 . X 4 X . 5 . X 6 X
. . . . . X X . . . X . X . X X . X
```## Credits
Die Krypta was created by [Aaron Friesen](https://frie.dev).
Software used:
- Engine: [Godot Engine](https://godotengine.org)
- Art: [GIMP](https://gimp.org)
- Music: [LMMS](https://lmms.io/)See [THIRD-PARTY_LICENSES.md](THIRD-PARTY_LICENSES.md) for the list of third-party assets used and their licenses.
## License
- Source Code: [GNU Affero General Public License v3](https://www.gnu.org/licenses/agpl-3.0.en.html) (see [LICENSE.txt](LICENSE.txt))
- Original Assets: [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](ASSET_LICENSE.txt))