Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kartikcho/Pitchblack-RPG

An interactive game with a DnD style gameplay
https://github.com/kartikcho/Pitchblack-RPG

dnd-style-gameplay dungeons-and-dragons game python rpg text-adventure

Last synced: 20 days ago
JSON representation

An interactive game with a DnD style gameplay

Awesome Lists containing this project

README

        

### Sent by the king himself, you must clear out the dungeon bothering the townsfolk, or die trying...

# Features
* Procedurally generated content, making every game different than the one before (and sometimes wacky as heck too).
* Strategic resource managment to survive longer.
* Enemies level up too as you go deeper so you stop spamming attack and actually think in fights.
* Next-gen economy simulator, involves trading and saving money.
* More content on the way by our team of skilled hardworking devs working day and night to give you the best experience of your life.

## DnD style gameplay
An interactive text adventure with a dice rolling to determine enemy's stats.
Also involves multiple stats for the player like HP, AP and itembonuses.

## Requirements

* Python3

## To run program:
Run rpg.py to start the game.

```bash
cd [[location of the file "rpg.py"]]
python rpg.py
```

### To see how you can contribute, see [here](CONTRIBUTING.md).

### To know about future planned updates, see [here](ROADMAP.md).