If you want to play Dungeons of Kathallion, but don't know enough Python to figure it out, then you need to read this page:
First, open your favorite terminal. Or just the terminal on your computer. You need to download Dungeons of Kathallion now. You can do that by cloning it onto your computer through the terminal, or you can download. If you want to clone through terminal, run this line:
git clone git@github.com:Dungeons-of-Kathallion/Dungeons-of-Kathallion.git
Otherwise, you can download Dungeons of Kathallion from GitHub or right here: Dungeons-of-Kathallion.zip
Now, one important thing is the path to Dungeons of Kathallion. You can set where it is before you use "git clone" by running this command before you run the "git clone":
cd path/to/where/you/want/the/file
Or you can move the download file somewhere else by simply dragging and dropping it! Now that Dungeons-of-Kathallion is where you want it, you must use the "cd" command to go inside the Dungeons of Kathallion folder. (The path should end with "Dungeons-of-Kathallion/")
You're almost ready to play! Now you just have to make sure your computer has Python 3 and Pip, then run this command:
pip install -r requirements.txt
Now, finally, you can play with one more command:
python main.py