Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kartikcho/Pitchblack-RPG
- Owner: kartikcho
- License: mit
- Created: 2019-06-09T06:04:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-17T14:44:23.000Z (about 5 years ago)
- Last Synced: 2024-10-12T05:44:42.255Z (about 1 month ago)
- Topics: dnd-style-gameplay, dungeons-and-dragons, game, python, rpg, text-adventure
- Language: Python
- Homepage:
- Size: 85 KB
- Stars: 9
- Watchers: 0
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Roadmap: ROADMAP.md
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).