Skip to content

trynogaunt/RpyG

Repository files navigation

Python RPG Game

██████╗    ██████╗   ██╗   ██╗   ██████╗ 
██╔══██╗   ██╔══██╗  ╚██╗ ██╔╝  ██╔════╝ 
██║  ██║   ██████╔╝   ╚████╔╝   ██║  ███╗
██████╔╝   ██╔═══╝     ╚██╔╝    ██║   ██║
██╔══██╗   ██║          ██║     ██║   ██║
██║  ██║   ██║          ██║     ╚██████╔╝
╚═╝  ╚═╝   ╚═╝          ╚═╝      ╚═════╝ 

Your CPU will handle all the dragons.

Python Game Type Status License Last Commit Chat Code Style PRs Welcome Release

RPyG - Retro Python Command Line RPG

RPyG is a retro console Role-Playing-Game written in Python

Inspired by old-school MUD adventures

Early development stage — contributions welcome!

⭐ If you like the project, give it a star, it really helps!

Features (current)

  • 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

Install dependencies

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.py

Full documentation

Coming soon on the Wiki

About

A retro console RPG written in Python: create a hero, equip gear and fight enemies.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages