https://github.com/elementtech/godotrts
https://github.com/elementtech/godotrts
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elementtech/godotrts
- Owner: ElementTech
- License: mit
- Created: 2025-07-12T20:37:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-12T21:43:44.000Z (7 months ago)
- Last Synced: 2025-07-12T22:23:56.127Z (7 months ago)
- Language: GDScript
- Size: 4.54 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Open RTS

Open Source real-time strategy game made with Godot 4.
## Purposes of this project
This game is not going to be a very advanced RTS that would compete with other games of this genre. Instead, it will focus on simplicity and clean design so that it can:
- showcase Godot 4 capabilities in terms of developing RTS games
- provide an open-source project template for creating RTS games
- educate game creators on creating RTS game mechanics
## Features
- [x] 1 species
- [x] 2 resources
- [x] terrain and air units
- [x] deathmatch mode (human vs AI or AI vs AI)
- [x] runtime player switching
- [x] basic fog of war
- [x] units disappearing in fog of war
- [x] minimap
- [x] swarm movement to position
- [ ] swarm movement to unit
- [x] simple UI
- [ ] polished UI
- [ ] sounds
- [ ] music
- [ ] VFX
## Godot compatibility
This project is compatible with Godot `4.3`.
- support for Godot `4.2` is available on `godot-4.2-support` branch.
- support for Godot `4.1` is available on `godot-4.1-support` branch.
- support for Godot `4.0` is available on `godot-4.0-support` branch.
## Screenshots



## Contributing
Everyone is free to fix bugs or perform refactoring just by opening PR. As for features, please refer to existing issue or create one before starting implementation.
## Credits
### Core contributors
- Pawel Lampe (Lampe Games)
### Contributors
See [contributors](https://github.com/lampe-games/godot-open-rts/graphs/contributors) page.
### Assets
- 3D Space Kit by [Kenney](https://www.kenney.nl/assets/space-kit)