Current: Alpha Version 0.2.0-a1
Anticipated: Beta Version 0.5.0-b1
Anticipated: Release Version 1.0.0
Darkhaan is an open source role-playing game built using the Isfahan Engine. The Isfahan Engine is written entirely in Python and leverages the PyGame SDL2 framework.
- Dungeon Crawling Turn-Based Battles
- Raycast 3D Rendering
- Role-Playing Attributes System
- Branching Conversation Trees
- Quest-Based Progression
In its current early alpha status, simply run main.py
from terminal
.
git clone https://github.com/sajidsarker/darkhaan.git
cd darkhaan/src
python3 -m pip install --upgrade pip
python3 -m venv env
source env/bin/activate
python3 -m pip install requirements.txt
python3 main.py