DoctorPok42 / pythonRPG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pythonRPG

Description

This is a simple RPG game written in Python. It is a text-based game that allows the user to choose a character and fight with other player. The game is turn-based and the user can choose to attack. The game ends when the user dies.

Installation

git clone git@github.com:DoctorPok42/pythonRPG.git

cd pythonRPG

pip install -r requirements.txt

Usage

python3 ./src/main.py

License

Author

About

License:MIT License


Languages

Language:Python 100.0%