-
Notifications
You must be signed in to change notification settings - Fork 3
Running The Game
Cromha edited this page Sep 4, 2023
·
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
- Make sure all python scripts are executable (for safety)
- Run the
map.py
script
git clone git@github.com:Dungeons-of-Kathallion/Bane-Of-Wargs.git
cd Bane-Of-Wargs/
pip install -r requirements.txt
chmod +x main.py battle.py colors.py
python main.py
- 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