Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.79 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.79 KB

simpleRL

GitHub release Python GitHub GitHub code size Codacy badge Reliability rating

A simple Roguelike engine, using Python and the tcod modules. Based on the revised Roguelike tutorial: Roguelike Tutorials

Playing the Game

Go to Releases and download the version you want to try, according to your OS.

Editing the Code

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.

Modules used

Python 3.7.4 (download) tcod 11.1.1 (download) pyYAML 5.1.2 (download)