Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```