This is a RPG game where the player has to explore different rooms and collect any collectibles to win the game. They will have hints throughout the game to help them with their journey. Enjoy the game.
- Clone the repository, or zip and extract it.
- Navigate into the directory with a terminal.
- Inside the directory, type
python3 -m venv venv
. - Then type
source venv/bin/activate
for Mac orvenv\Scripts\activate.bat
for Windows. - Then type
pip install -r requirements.txt
to install all the required libraries to run this game. - Now finally run the MainGame.py by
python3 Thegame/MainGame.py
.