The Dragon's Dungeon
About
The Dragon's Dungeon is a roguelike made for the 2020 edition of the 7DRL game jam. It was written with the intent to write a game using Rust, with SDL and a rendering library of mine.
- Move up: up arrow, W, K
- Move down: down arrow, S, J
- Move left: left arrow, A, H
- Move right: right arrow, D, L
- Pick up item: comma
- Wait for one turn: space, period
- Proceed down a ladder to the next level: enter
You can download the source code either from the source download on itch, or from GitHub.
Linux noteYou need to have SDL2 installed from your package manager to run the game.
LicenseThis game and its source code are distributed under the terms of the GNU GPLv3 license. See the LICENSE.md file in the source for a copy of the license.