I love this game!! If this is your first finished game, you did an amazing job! Flinging things around was awesome, smashing enemies with asteroids.. epic. I also really like what you did with the enemy AI - I noticed that they kept their distance from me, as well as from the rocks i was flinging around. They also appeared to be flying in formation, that's really cool. Also the tow physics themselves were impressive. I'm going to have to do some thinking about how you pulled (no pun intended) that off. :) Excellent work!
Viewing post in Tow Defense jam comments
Thank you very much. I've finally decided to stop thinking about doing something and after the years of just updating Unity since v4 tried to do and finish something playable. Maybe it would be better for the next time to finish all basic Unity tutorials before, would save much time :-) With the physic simulation I have complicated implementation of the AI, because it needed to take velocity into account. The small enemies are inspired by Boids, they follow the player, keep distance between themselves and from obstacles, it isnt implemented optimally, but works somehow :-) Towing is just Unity joint component so at the end its only about placing it right.