██████╗ ██████╗ ██╗ ██╗ ██████╗ ██╔══██╗ ██╔══██╗ ╚██╗ ██╔╝ ██╔════╝ ██║ ██║ ██████╔╝ ╚████╔╝ ██║ ███╗ ██████╔╝ ██╔═══╝ ╚██╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██║ ██║ ██║ ██║ ██║ ██║ ╚██████╔╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ Your CPU will handle all the dragons.
Early development stage — contributions welcome!
⭐ If you like the project, give it a star, it really helps!
- Character creation (name + stats)
- First explorable zone with multiple rooms
- Movement system (exploration state)
- Basic UI controller in the terminal
More gameplay is coming:
- Enemies & combat
- Inventory & items
- NPC & Shop system
git clone https://github.com/tryogaunt/RPyG.git
cd RPyG
# Create and activate venv (optional, but recommended)
python -m venv .venv
.venv\Scripts\activate # Windows
source .venv/bin/activate # macOS / Linux
# Install dependencies
pip install -r requirements.txt
# Run the game
python main.pyComing soon on the Wiki