Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: AI examples and resources. Ongoing collection of useful things AI related.  (Read 1372 times)

0 Members and 1 Guest are viewing this topic.

StormWingDelta

  • Sr. Member
  • ****
  • Posts: 365
    • View Profile
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. :)
I have many ideas but need the help of others to find way to make use of them.

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
The book AI for Game Developers 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.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

StormWingDelta

  • Sr. Member
  • ****
  • Posts: 365
    • View Profile
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?
I have many ideas but need the help of others to find way to make use of them.

 

anything