Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doctorpok42/pythonrpg
https://github.com/doctorpok42/pythonrpg
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/doctorpok42/pythonrpg
- Owner: DoctorPok42
- License: mit
- Created: 2023-11-20T11:07:52.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-04T10:07:51.000Z (12 months ago)
- Last Synced: 2024-05-02T04:10:33.145Z (7 months ago)
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
git clone [email protected]:DoctorPok42/pythonRPG.gitcd pythonRPG
pip install -r requirements.txt
```## Usage
```bash
python3 ./src/main.py
```## License
- [MIT](https://github.com/DoctorPok42/pythonRPG/blob/main/LICENSE)
## Author
- [Matsuel](https://github.com/Matsuel)
- [Lytzeer](https://github.com/Lytzeer)
- [Joelancel](https://github.com/Joelancel)
- [DoctorPok42](https://github.com/DoctorPok42)