Running The Game - Dungeons-of-Kathallion/Bane-Of-Wargs GitHub Wiki

Running the game is very simple, you just need to install required modules and run the game through the command line!

Step-By-Step

  1. Clone the repository
  2. Open up your usual terminal (if you never used any terminal, bro really?)
  3. Download all required python modules
  4. Run the map.py script
  5. Check the Gameplay Guide

Bash Shell

git clone [email protected]:Dungeons-of-Kathallion/Bane-Of-Wargs.git
cd Bane-Of-Wargs/
pip install -r requirements.txt
python source/main.py

or alternatively

git clone [email protected]:Dungeons-of-Kathallion/Bane-Of-Wargs.git
cd Bane-Of-Wargs/
pip3 install -r requirements.txt
python3 source/main.py

If you have any problems, check the full documentation on how to run the game fron nothing at docs/PLAYING.MD.

Additional: Compiling & Building The Game

Want to take the game to a next level? Check the docs/BUILDING.md documentation to compile your game!