Really basic ai

Started by
3 comments, last by Henk81 16 years, 11 months ago
can anyone please direct me to a really simple ai tutorial because i have been having trouble fining one. thanks in advance
Advertisement
do a google search for:

A*

or

A Star

variations of A* are probably the most widely used AI pathfinding algorithms.

If you are looking for squad tatics etc. lookup flocking algorithms for some group pathfinding.

Hope that helps post some more info on what you would like your AI to do as that will help people give you better suggestions.

good luck,

fanatic.
"I have more fingers in more pies than a leper at a bakery!"
like what type of AI are you looking for? also in what programing language?
The most basic AIs are generally made with a Finite State Machine.

http://en.wikipedia.org/wiki/Finite_state_machine

You're not going to find many tutorials on how to make an AI because there is no standard methodology. What you will find is plenty of articles and books on different AI techniques. If you can find the cash this book is amazing:

Artificial Intelligence: A Modern Approach

-me
hi pi_man,

Nowadays much research is done on using logic to describe behavior of intelligent agents (AI players for example).

Check: www.orais.org for a simple introduction on logic (some really basic stuff you'll learn at any AI study). Choose articles in the top menu and you got to find something. Unfortunately there are not many articles (yet?).

And as Palidine said: Artificial Intelligence: A Modern Approach is an amazing book!

grtz,
Henk

This topic is closed to new replies.

Advertisement