Page 1 of 1

AI Tactics patterns

Posted: Sat Jun 11, 2016 9:59 am
by anpd
Hi, read an old article http://www.armchairgeneral.com/unity-of-command-a-look-behind-its-challenging-artificial-intelligence.htm about how the ai worked. Really interesting! Could you give example to what they look like and work? Are you using a similar system for your next game?

Are they built something like this? X are friendly soldiers and * the hex to move to.

Code: Select all

.x..
.*..
.x..

Re: AI Tactics patterns

Posted: Mon Jun 13, 2016 9:36 am
by Tomislav Uzelac
anpd wrote:Could you give example to what they look like and work?


I'm sorry I don't have time right now beyond what's already in that article. Perhaps after the new game comes out we should share more, in a post-mortem or something, because it's a system that seems to work really well.

anpd wrote:Are you using a similar system for your next game?


Yes, absolutely.

Re: AI Tactics patterns

Posted: Tue Jun 14, 2016 1:32 pm
by anpd
Would love to see more about it! Nice to hear that it continues to work well.