Skip to content

Minigrim0/Stormtrays

Repository files navigation

Stromtrays

deepsource status github action status

in game screenshot

A tower defense game written in python with pygame

Stormtrays on itch.io

Installation

git clone <this repo>
cd Stormtrays
python3 -m venv ve
source ve/bin/activate
pip install -r requirements.txt

Launching the game

python3 Stormtrays.py

Launching the editor

python3 Editor.py

Building an executable

pyinstaller Stormtrays.py
pyinstaller Editor.py

Then run the executable located at dist/Stormtrays/Stormtrays and dist/Editor/Editor