Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xenonlab-studio/the_dungeon_of_sin
- Owner: XenonLab-Studio
- License: gpl-3.0
- Created: 2018-11-14T01:04:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T11:09:50.000Z (almost 6 years ago)
- Last Synced: 2024-10-10T22:25:05.290Z (about 1 month ago)
- Topics: dungeon-crawler-game, dwarf-fortress, libtcod, linux, macos, procedural-generation, python3, roguelike-game, rpg-game, tcod, unix, windows
- Language: Python
- Homepage:
- Size: 809 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**