SFML community forums

Help => General => Topic started by: StormWingDelta on April 21, 2012, 01:24:20 am

Title: AI examples and resources. Ongoing collection of useful things AI related.
Post by: StormWingDelta on April 21, 2012, 01:24:20 am
I've found a number of things on AIs a while ago and thought people should know about them. 

[Insert preferred Language Here], coding AI behaviour tutorials

http://www.lalena.com/AI/Flock/     {This is in Java but from what I've read of the code the only issue I see someone having when changing this to C++ is the memory and pointer issues}

http://create.msdn.com/en-US/education/catalog/?devarea=11  {The ones here are in XML and very Readable}

I was also looking for some documentation on other AIs including the ones in the links.
There are links to other places within these so have fun snooping around to see what you can dig up. :)
Title: Re: AI examples and resources. Ongoing collection of useful things AI related.
Post by: Nexus on April 21, 2012, 10:08:56 am
The book AI for Game Developers (http://shop.oreilly.com/product/9780596005559.do) nicely introduces to several AI techniques. The used C++ style is from the 90s though, but that's not a big problem when one focuses on the algorithms themselves.
Title: Re: AI examples and resources. Ongoing collection of useful things AI related.
Post by: StormWingDelta on April 30, 2012, 05:15:29 pm
At least I know what book to look for as a Christmas presant or something.  :)

Anyone got others to go with the ones here already?