Method of AI

Method of AI

Here is where ideas can be collected for the skirmish AI in development

Moderators: hoijui, Moderators

Post Reply
zaky
Posts: 5
Joined: 29 Jun 2011, 19:31

Method of AI

Post by zaky »

I'm the one that write this topic http://springrts.com/phpbb/viewtopic.php?f=12&t=26361
Somehow my lil brother interested in AI, probably because he likes to have control over bot builds , decision etc, and he also try to compete with the bot. I'm happy for that.But i think this is it for me. I don't have time to teach my brother or even study the AI myself. And unfortunately its impossible to ask him to use this account so he can ask more about game developing(languange barrier, most young boys in my country really have terrible english). So the last thing that I want to do is teach him about the method of AI. What I want to ask is what method/ algorithms that the AI in spring use(ex. skirmish AI)? Methods like artificial neural network or something? Or you could give me the link from some books? Because I think while its more practical to just write the code and implements it. It also important to have some degree of concept on the algorithms/ methods of AI.
Help pls...
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: Method of AI

Post by knorke »

Every one of Spring's AIs is different.
Also which game?

http://springrts.com/wiki/AI:Links
zaky
Posts: 5
Joined: 29 Jun 2011, 19:31

Re: Method of AI

Post by zaky »

I use XTA as base game. About the AI well my brother used the configurable E323AI, also try to understand KAIK and RAI. What the methos of these 3?
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: Method of AI

Post by AF »

You should let him have a go with Shard, Shard is all scripted, and the scripted portions are highly configurable. You can define build lists and you can assign them and various behaviours to unit types. You can also mix lua code in if you wish but this isn't necessary for control.

Other than defining what should build which, no additional work is needed for XTA support in Shard.
User avatar
KaiserJ
Community Representative
Posts: 3113
Joined: 08 Sep 2008, 22:59

Re: Method of AI

Post by KaiserJ »

even stupids like me can do shard; your bro should have no problem once he digs in a bit and checks the files out
Post Reply

Return to “AI”