A tower defense game written in python with
git clone <this repo>
cd Stormtrays
python3 -m venv ve
source ve/bin/activate
pip install -r requirements.txt
python3 Stormtrays.py
python3 Editor.py
pyinstaller Stormtrays.py
pyinstaller Editor.py
Then run the executable located at dist/Stormtrays/Stormtrays
and dist/Editor/Editor