x


AI Programing Resources

Hello Everyone!

I've been trying to program some AI for my game, but since I have not the slightest idea of how to start I epically failed so I was hoping someone could point me in the direction of some good AI programing resources, all help is greatly appreciated :D

more ▼

asked Dec 10 '09 at 02:20 AM

Will gravatar image

Will
408 8 10 19

(comments are locked)
10|3000 characters needed characters left

7 answers: sort voted first

AngryAnt now of Unity has some excellent plugins available for performing AI inside unity. You can find them here. There are also some extensions to it available from here at Arges Systems. Their libraries are based on Open Steer.

more ▼

answered Dec 10 '09 at 04:01 AM

Murcho gravatar image

Murcho
2.7k 12 23 53

(comments are locked)
10|3000 characters needed characters left

This will likely sound discouraging, but AI is a non-trivial topic. If you wish to start getting an idea of the depth, you may want to peruse the public section of AIGameDev as well as the many papers referenced on its wiki.

Having said that, it'll help if you have a good idea of what you want to do, and if you keep it as small as humanly possible. Doing AI is kind of like saying making a game - it's too broad.

Update: two recent resources linked on AIGameDev are Intel articles called "Designing Artificial Intelligence for Games". Here's Part I and Part II. Both seem rather general at first glance, but might be useful as an introduction.

more ▼

answered Dec 10 '09 at 04:42 AM

Ricardo gravatar image

Ricardo
5.2k 20 32 96

(comments are locked)
10|3000 characters needed characters left

RAIN{indie} is a, free, complete solution for adding pathfinding, movement, sensing, and behavior to any Unity project (3.5 and 4.0).

To download RAIN{indie}, just click the link and follow the 2 steps. RAIN{indie}: http://rivaltheory.com/downloadindie

We put together a compilation of tutorials and documents from the RAIN{indie} AI community that supplements our own support resources http://bit.ly/W47KSO

FAQs to learn more about the differences between RAIN{one} and RAIN{indie} as well as other answers http://support.rivaltheory.com/documentation/faq

Email me jester@rivaltheory.com if you have any questions.

more ▼

answered Jul 26 '11 at 07:33 PM

{RT}_Jester gravatar image

{RT}_Jester
76 1 2 5

(comments are locked)
10|3000 characters needed characters left

Here's a pathfinding project for Unity
to make those AI's not to walk into walls and look stupid ; )
A* Pathfinding

more ▼

answered Jan 08 '10 at 03:22 PM

TowerOfBricks gravatar image

TowerOfBricks
3.2k 17 25 50

(comments are locked)
10|3000 characters needed characters left

there is a really good book in this topic that i recommend everyone to read. programming agmes AI by example this book has no C# code and uses C++ class templetes. you can use generics and easily convert code examples. also it uses boost library but you don't have to use it.

more ▼

answered Dec 15 '09 at 03:12 PM

Ashkan_gc gravatar image

Ashkan_gc
9k 33 56 117

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x954
x251
x216

asked: Dec 10 '09 at 02:20 AM

Seen: 23043 times

Last Updated: Feb 21 at 12:07 AM