Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)