Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xanhex/darkest-fantasy
Turn-based RPG game
https://github.com/xanhex/darkest-fantasy
game-development kivy multithreading pep8 python
Last synced: 9 days ago
JSON representation
Turn-based RPG game
- Host: GitHub
- URL: https://github.com/xanhex/darkest-fantasy
- Owner: xanhex
- License: apache-2.0
- Created: 2023-09-13T18:17:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-13T07:15:50.000Z (about 1 year ago)
- Last Synced: 2024-10-31T04:42:10.189Z (about 2 months ago)
- Topics: game-development, kivy, multithreading, pep8, python
- Language: kvlang
- Homepage:
- Size: 3.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Darkest Fantasy
## Description
An alpha version of a simple turn-based role-playing game. Operates in
multithreaded mode through additional event cycles.In development.
## Stack
- Python
- Kivy
- Multithreading## Standards
- pep8
- flake8
- black
- pymarkdown## How to run
1. Clone the repo and activate virtual environment.
2. Install dependencies from `requirements.txt`.
3. Execute `main.py` from the root directory of the project```bash
python main.py
```## Demo
![screenshot](https://github.com/xanhex/darkest-fantasy/blob/master/demo.png)