Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kauahensilva/python_game_rpg
A Python project about a simple RPG game, with the objective of demonstrating learning about abstract classes and interfaces.
https://github.com/kauahensilva/python_game_rpg
python
Last synced: 9 days ago
JSON representation
A Python project about a simple RPG game, with the objective of demonstrating learning about abstract classes and interfaces.
- Host: GitHub
- URL: https://github.com/kauahensilva/python_game_rpg
- Owner: KauaHenSilva
- Created: 2024-08-04T19:05:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T23:19:44.000Z (3 months ago)
- Last Synced: 2024-08-11T19:04:52.361Z (3 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python_game_rpg
A Python project about a simple RPG game, with the objective of demonstrating learning about abstract classes and interfaces.
## ❤️ Contribution
Contributions are welcome! To contribute, favorite the project and give your opinion about it!
## 🐬 Improve the Project.
Help improve the project! Fork it and develop your creativity!
>https://github.com/KauaHenSilva/python_game_rpg
### 🚀 init
Follow the instructions below to have the project running locally
### 📋 Prerequisites
Make sure you have Python installed. If not, follow the instructions on [PythonOrg](https://www.python.org/) or [YoutubeTuturial](https://www.youtube.com/watch?v=dpppZ9ySJSY) for installation.
python --version:
```
Python 3.11.5
```### 🔧 Deployment
1. Clone the repository to your local machine:
```
git clone https://github.com/KauaHenSilva/python_game_rpg
```2. Navigate to the project directory:
```
cd python_game_rpg
```3. Navigate to the project directory:
```
python -m venv venv
```4. Activate the virtual environment. (WINDOWS)
```
.\venv\Scripts\Activate.ps1
```Usage
-----Now the project is set up. You can run it with the following command:
```
cd python_game_rpg
``````
python main.py
```