Skip to content

wither16x/tdio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDIO (The Dungeon Is Open)

Welcome inside the Dungeon... would you survive?

What is that?

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!

How to build it?

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:

  1. Clone the git repository
git clone https://github.com/wither16x/tdio
  1. Make sure you have the following dependencies installed (note that only Linux-based OSes are supported):
  • make
  • clang
  • ncurses
  1. 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

Warning

  • 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!

A small guide

Before you enter the Dungeon, you should read this:

  • i: Potion
  • %: Amulet of Yendor
  • B: Bat
  • D: Dragon
  • G: Goblin
  • H: Floating Hand
  • R: Robot
  • S: Skeleton
  • T: Troll
  • Z: Zombie

Good luck...

About

Traditonal ASCII roguelike

Topics

Resources

License

Stars

Watchers

Forks

Contributors