-
Notifications
You must be signed in to change notification settings - Fork 3
Running The Game
Cromha edited this page Apr 1, 2024
·
12 revisions
Running the game is very simple, you just need to install required modules and run the game through the command line!
- Clone the repository
- Open up your usual terminal (if you never used any terminal, bro really?)
- Download all required python modules
- Run the
map.py
script - Check the Gameplay Guide
git clone git@github.com:Dungeons-of-Kathallion/Bane-Of-Wargs.git
cd Bane-Of-Wargs/
pip install -r requirements.txt
python source/main.py
or alternatively
git clone git@github.com: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
.
Want to take the game to a next level? Check the docs/BUILDING.md
documentation to compile your game!
- Running The Game
- Gameplay Guide
- GitHub Discussions
- Building Source Code
- Game Preferences
- The Game Folder
- The World Of Bane Of Wargs
- Game Timeline Plot
- Yaml Syntax
- Creating Mods
- Creating Starts
- Creating Map Points
- Creating Enemies
- Creating Enemies Categories
- Creating Map Zones
- Creating Items
- Creating Drinks
- Writing Dialogs
- Creating Missions
- Creating Events
- Creating NPCS
- Creating Mounts
Additional Knowledge