mirror of
https://github.com/davisbrandon02/colony-sim-tutorial.git
synced 2026-08-27 01:50:45 +01:00
This is the code for the YouTube tutorial series for creating a colony sim game in Godot 4, which you can find here: https://www.youtube.com/playlist?list=PLM-hFhoXjVl1hq0j9lxgRCzxkBpDZhDlT
- GDScript 100%
| asset | ||
| data | ||
| scenes | ||
| scripts | ||
| ui | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE.md | ||
| project.godot | ||
| README.md | ||
colony-sim-tutorial
This is the code for the YouTube tutorial series for creating a colony sim game in Godot 4, which you can find here: https://www.youtube.com/playlist?list=PLM-hFhoXjVl1hq0j9lxgRCzxkBpDZhDlT
The code from each video will be pushed in a single commit, so if you want to just follow the code, you can view commit by commit.
Progress tracking and todo: 1) Make sure Tilemap system is working as expected 2) Pathfinding 3) Basic AI