This was created as for Xanderjam 3! itch.io/jam/xanderjam-3-spring-jam
I have also included the project file for this game. Be warned, as this was a jam there are a few head scratchers in there :).
Also, I actively generate game dev tutorials on YouTube, particularly for Construct 3. Give it a look below and subscribe if you enjoy the content, would make my day :)
YouTube: youtube.com/channel/FoozleCC
---
Tie to the Evolution Theme: The swarms of drones are generated using a cellular automaton scheme combined with an algorithm to detect clusters and have them move together as a group. Cellular automaton is famously associated with Conway's Game of Life and I immediately though of it when I heard the jam theme.
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
---