https://github.com/veeso/donmaze
An interactive adventure terminal game in a labyrinth
https://github.com/veeso/donmaze
Last synced: 13 days ago
JSON representation
An interactive adventure terminal game in a labyrinth
- Host: GitHub
- URL: https://github.com/veeso/donmaze
- Owner: veeso
- License: apache-2.0
- Created: 2022-10-12T08:44:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T10:02:29.000Z (about 1 month ago)
- Last Synced: 2025-04-13T07:15:53.289Z (13 days ago)
- Language: Rust
- Size: 465 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# donmaze
~ An interactive adventure terminal game in a labyrinth ~
Developed by @veeso
Current version: WIP
---
## About donmaze
This was a project I started in 2022 and never finished.
It was basically an interesting experiment for making a terminal game with ratatui using a kind of isometric view.
The game actually runs and it's playable, even if I haven't managed to include every feature I wanted to.
The game is really hard to finish and it's quite boring tbh, but it was a fun project to work on.
**I highly suggest you to mute the volume** running it with `-m` flag, because the sound effects are done directly with frequencies and they are quite annoying and loud.
## Controls
| Key | Description |
|----------------------------------|-----------------------------------------------------|
| Enter | Select |
| Up, Down, | Move menu |
| E | Open inventory |
| Esc | Quit tuifeed |---
## Gallery ๐ฌ



---
## License ๐
donmaze is licensed under the Apache License 2.0.
You can read the entire license [HERE](LICENSE)