Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.1 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.1 KB

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