dannyvai / Text-RPG

A Text RPG made in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text RPG

A text RPG developed in Python 3.

As my first big project, the aim of this project is to be a learning experience, and as so I'm sure there's a lot of badly written code. This is also why certain features in the game such as the weapon/armour equip and potion systems work differently, as it was more of attempting to see the different ways to code rather than the best way.

Features

The main goals for this project are to implement the following features.

  • Turn-Based combat system.
  • Player resource bar.
  • Quest(s).
  • Various Enemies.
  • Map Zones.
  • Shop.
  • Inventory.

How to Play

OS: Windows is supported.

OS: Mac/Linux is not supported.

The colored package is required to run this game. https://gitlab.com/dslackw/colored

pip install colored

Then simply run main.py to play.

Screenshots

Inventory

Combat

UI

Shop

License

Licensed with the MIT License.

About

A Text RPG made in Python.

License:MIT License


Languages

Language:Python 100.0%