A simple Roguelike engine, using Python and the tcod modules. Based on the revised Roguelike tutorial: Roguelike Tutorials
Go to Releases and download the version you want to try, according to your OS.
First, you will need Python. Download Python 3.7.4 for your operative system (Windows and OSX; For Linux, use sudo apt-get install python 3.7). Then, using the command line/terminal, go to the folder where you have the downloaded simpleRL files and run pip install -r requirements.txt to install all dependencies and modules. Then just open the files on your favourite Python IDE and edit away! If you don't have an IDE, you can use GitHub's Atom.
Python 3.7.4 (download) tcod 11.1.1 (download) pyYAML 5.1.2 (download)