Dungeons-of-Kathallion / Bane-Of-Wargs

An ASCII-art terminal modular game engine built in Python, with a rich vanilla story; focusing on content creation and without limits.

Home Page:https://dungeons-of-kathallion.github.io/bane-of-wargs.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bane Of Wargs

lolo@fedora ~ $ python main.py
████████████████████████████████████████████████████████████████████▀███████
█▄─▄─▀██▀▄─██▄─▀█▄─▄█▄─▄▄─███─▄▄─█▄─▄▄─███▄─█▀▀▀█─▄██▀▄─██▄─▄▄▀█─▄▄▄▄█─▄▄▄▄█
██─▄─▀██─▀─███─█▄▀─███─▄█▀███─██─██─▄██████─█─█─█─███─▀─███─▄─▄█─██▄─█▄▄▄▄─█
▀▄▄▄▄▀▀▄▄▀▄▄▀▄▄▄▀▀▄▄▀▄▄▄▄▄▀▀▀▄▄▄▄▀▄▄▄▀▀▀▀▀▀▄▄▄▀▄▄▄▀▀▄▄▀▄▄▀▄▄▀▄▄▀▄▄▄▄▄▀▄▄▄▄▄▀

> Play Game
  Manage Saves
  Preferences
  Check Update
  Quit

Bane Of Wargs is a python text-game engine with pre-built plot an the ability to create custom pugins/mods that complitely change the game content. The game is very customizable and you will find ton of in-game features: equipment upgrading, items orders, mounts training over time, xp gaining, hp gaining etc... So in overall a very customizable and enjoyable python terminal-text based RPG.

You will have to fight monsters, bossses to get keys to after unlock new places of the map. The map is divised in points, determined by x and y coordinates, letting the possibility to map up to 128x128 wide, and more in the future of the engine development.

See the Gameplay Guide wiki page or check or the Creating Mod wiki page if you're interested in modding the game.

Check some gameplay shots:

Screenshot from 2023-12-22 10-38-14

Screenshot from 2023-12-22 10-37-59

Screenshot from 2023-12-22 10-37-34

Screenshot from 2023-12-22 10-37-24

Screenshot from 2023-12-22 10-36-38

Screenshot from 2023-12-22 10-33-00

Screenshot from 2023-12-22 10-32-50

Screenshot from 2023-12-22 10-30-30

Screenshot from 2023-12-22 10-28-05

Screenshot from 2023-12-22 10-27-55

Screenshot from 2023-12-22 10-26-54

Screenshot from 2023-12-22 10-26-31

Screenshot from 2023-12-22 10-26-00

Screenshot from 2023-12-22 10-25-09

Screenshot from 2023-12-22 10-25-00

To Play

pip install -r requirements.txt
python main.py

It's highly recommende to use a clean terminal in fullscreen for the best gameplay experience.

Python Module Requirements

Bane Of Wargs is a minimal game but you will have to install/updated some python modules.\n All required modules are in the requirements.txt file. enquiries, fade, GitPython, colorama, PyYaml, Yamale.


If you have previously ran the pip install -r requirements.txt command, you won't have to install all of theses modules since you already did.

Contrbuting

All conributions like PR, issues that can go from bug reporting or feature request are all welcome!\n Just check the CONTRIBUTING guidelines.

Progress

Beta is out! Most of the planned engine features are developed!\n If you're interested by the game progress and development, check the wiki page about the Goals of the game.

Licensing

Bane Of Wargs is a free, open source game. The source code and every file you will find on this repository is avaible under the GPL v3 license.\n All its work and artwork is all public domain. Feel free to fork, or copy the game source to make your own version of the engine.

About

An ASCII-art terminal modular game engine built in Python, with a rich vanilla story; focusing on content creation and without limits.

https://dungeons-of-kathallion.github.io/bane-of-wargs.html

License:GNU General Public License v3.0


Languages

Language:Python 100.0%Language:Shell 0.0%