Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xenonlab-studio/the_dungeon_of_sin

A fantasy roguelike game similar to Angband and Dwarf Fortress.
https://github.com/xenonlab-studio/the_dungeon_of_sin

dungeon-crawler-game dwarf-fortress libtcod linux macos procedural-generation python3 roguelike-game rpg-game tcod unix windows

Last synced: 13 days ago
JSON representation

A fantasy roguelike game similar to Angband and Dwarf Fortress.

Awesome Lists containing this project

README

        



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

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

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



[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
[![GitHub contributors](https://img.shields.io/github/contributors/Naereen/StrapDown.js.svg)](https://github.com/XenonLab-Studio/The_Dungeon_of_Sin/graphs/contributors/)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/XenonLab-Studio/The_Dungeon_of_Sin/graphs/commit-activity)
[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)


### 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**