https://github.com/pfarrer/gridsmash
https://github.com/pfarrer/gridsmash
competitive game godot tower-defense
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pfarrer/gridsmash
- Owner: Pfarrer
- License: gpl-3.0
- Created: 2024-12-17T19:55:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T20:32:13.000Z (over 1 year ago)
- Last Synced: 2025-02-14T21:30:06.695Z (over 1 year ago)
- Topics: competitive, game, godot, tower-defense
- Language: GDScript
- Homepage: https://pfarrer.github.io/GridSmash/
- Size: 958 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GridSmash
## Run GUT Test
Run all unit test on the cli:
```
godot --headless -s addons/gut/gut_cmdln.gd -d --path "$PWD" -gdir=res://tests -gprefix="" -glog=1 -gexit
```