/Potions-And-Pythons

Potions & Pythons is a text-based RPG adventure coded in Python 3.9 which is currently being produced as a personal project ⚗️🐍🗡️🧙‍♂️

Primary LanguagePython

Potions & Pythons

version Alpha
by Ross Carter Peene
2022

Play from executable

To compile the executable yourself from the source code, you must have Python and Pip installed. Python and Pip can be installed here. You must install pyinstaller using the following command in your terminal

pip install pyinstaller

Then you can run make.bat (for Windows) or make.sh (for Linux/Mac) in the main directory. The source code will be compiled into an executable called PoPy which can be run and played!

Play from source code

To play without compiling an executable, you must have Python installed. Python can be installed here. You can run src/PoPy.py with Python and play!