Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/minigrim0/stormtrays
- Owner: Minigrim0
- License: gpl-3.0
- Created: 2019-11-25T22:03:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T22:41:03.000Z (over 1 year ago)
- Last Synced: 2024-10-23T20:15:12.109Z (4 months ago)
- Topics: hacktoberfest, pygame, python, tower-defense
- Language: Python
- Homepage: https://minigrim0.itch.io/stormtrays
- Size: 25.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stromtrays
![]()
![]()
A tower defense game written in python with![]()
## 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`