/remix-rpg

Primary LanguagePython

RPG with PyGame

screenshot

How to setup?

  1. Create a Python virtual environment
python -m venv .venv
  1. Activate the virtual environment
.\.venv\Scripts\activate
  1. Install the requirements
pip install -r requirements
  1. Run the game
cd .\code\;python main.py

Thanks to

A clone game of PyGame tutorial by CC

Zelda in Python