Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minigrim0/stormtrays

A tower defense written in python
https://github.com/minigrim0/stormtrays

hacktoberfest pygame python tower-defense

Last synced: 7 days ago
JSON representation

A tower defense written in python

Awesome Lists containing this project

README

        

# Stromtrays


deepsource status
github action status

in game screenshot


A tower defense game written in python with pygame



Stormtrays on itch.io



## Installation

```bash
git clone
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`