https://github.com/friedev/cycle-delver
Cyclic puzzle game
https://github.com/friedev/cycle-delver
game
Last synced: 4 months ago
JSON representation
Cyclic puzzle game
- Host: GitHub
- URL: https://github.com/friedev/cycle-delver
- Owner: friedev
- License: mit
- Created: 2025-08-03T02:43:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-03T16:07:41.000Z (10 months ago)
- Last Synced: 2025-08-03T18:11:09.258Z (10 months ago)
- Topics: game
- Language: GDScript
- Homepage: https://frie.dev/cycle-delver
- Size: 668 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Cycle Delver
Navigate the cyclic fractal and return with the Crown of Yendor!
Created in under 72 hours for the [GMTK Game Jam 2025](https://itch.io/jam/gmtk-2025).
## How to Play
Move along the edges of each loop to reach the Crown of Yendor at the bottom, and then make your way back to the top to ascend.
Walls block your movement, but most can be unlocked with the key showing the same number.
Arrows can only be passed through in the indicated direction.
### Controls
- Left click to move toward mouse **(recommended)**
- Controller left stick to move toward direction **(recommended)**
- Move counterclockwise: left, A, D-pad left
- Move clockwise: right, D, D-pad right
- Move onto outer loop: up, W, D-pad up
- Zoom in: scroll up, R, RB
- Zoom out: scroll down, F, LB
- Zoom fully in/out: M, D-pad down
## Credits
Created by [Aaron Friesen](https://frie.dev).
Made in [Godot Engine](https://godotengine.org).
Inspired by the cyclic dungeon generation algorithm from [Unexplored](https://store.steampowered.com/app/506870/Unexplored/) by Joris Dormans.
See [Third-Party Licenses](THIRD-PARTY_LICENSES.md) for third-party assets used.
## License
Cycle Delver is licensed under the [MIT License](https://mit-license.org/) (see [LICENSE.txt](LICENSE.txt)).