Welcome inside the Dungeon... would you survive?
TDIO is a traditional roguelike I'm working on in my free time for fun since I love this kind of games. In this game, you are an explorer who entered the Dungeon, a massive world underground... Your goal is to find the Amulet of Yendor, but beware of monsters!
If you don't want to build the game from source, you can download an executable in the releases section. Otherwise, here is a little guide on how to build the source code:
- Clone the git repository
git clone https://github.com/wither16x/tdio- Make sure you have the following dependencies installed (note that only Linux-based OSes are supported):
- make
- clang
- ncurses
- Run the Makefile
make clean # clean the build
make dev # build and run, use ASAN and debugging flags
make release # build without debugging options
make run # run the executable- The code is not very clean!
- The game can be very difficult!
- Because of my naive implementations of several algorithms, you could find empty levels! If you find a bug, please report it by making an Issue!
Before you enter the Dungeon, you should read this:
i: Potion%: Amulet of YendorB: BatD: DragonG: GoblinH: Floating HandR: RobotS: SkeletonT: TrollZ: Zombie
Good luck...