Skip to content

A fantasy roguelike game similar to Angband and Dwarf Fortress.

License

Notifications You must be signed in to change notification settings

XenonLab-Studio/The_Dungeon_of_Sin

Repository files navigation

 
                     *                                                   *
                    *                                                     *
                  **                                                       **
              *   **                                                       **   *
              **   **          *                               *          **   **
              ***    *         **                             **         *    ***
               ****            *********************************            ****
                 *******      ***           *******           ***      *******
                    ************             *****             ************
                       **********   **********   ** *******   **********
                          *******************     ** ****************
                       *********************  ***  **  *****************
                        ******   *********************  ******   ******
                                  **********************  ***
                                  ************************ **
                                   **** ** ** **** ** ** **
                                    ***  *  *  **  *  *  ***
                                     **                  **
                                       *                *

 _____ _____ _____    ____  _____ _____ _____ _____ _____ _____    _____ _____    _____ _____ _____ 
|_   _|  |  |   __|  |    \|  |  |   | |   __|   __|     |   | |  |     |   __|  |   __|     |   | |
  | | |     |   __|  |  |  |  |  | | | |  |  |   __|  |  | | | |  |  |  |   __|  |__   |-   -| | | |
  |_| |__|__|_____|  |____/|_____|_|___|_____|_____|_____|_|___|  |_____|__|     |_____|_____|_|___|

                +----------------------------------------------------------------+
                | A fantasy roguelike game similar to Angband and Dwarf Fortress |
                +----------------------------------------------------------------+

made-with-python GitHub contributors Maintenance GPLv3 license


Requirements

  • Python 3.5+
  • Windows, Linux, or MacOS X 10.9+.
  • On Linux, requires libsdl2 (2.0.5+) and libomp5 to run.

Installation of libraries

  1. $ sudo apt-get install build-essential cmake wget curl git checkinstall python3-all-dev python3-wheel python3-setuptools python3-pip python3-numpy libsdl2-dev libffi-dev libomp5
  2. $ sudo pip3 install tcod

Open a terminal window, and navigate to your Downloads directory:

  1. $ git clone https://github.com/XenonLab-Studio/The_Dungeon_of_Sin.git
  2. $ cd The_Dungeon_of_Sin
  3. $ python3 engine.py