🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

AI beginning

Started by
1 comment, last by crackingod 21 years, 6 months ago
......
Advertisement
If you're interested in Evolutionary Progamming, there's a great article in the latest Scientific American on Genetic Programming.

Also, check out fup's site ai-junkie, or AI Depot. Both excellent. AI Junkie has some fantastic beginner tutorials on genetic algorithms and neural nets. fup also has a great book out there called AI Techniques for Game Programming.


-Kirk

[edited by - KirkD on January 16, 2003 9:22:03 AM]
If you mean "AI propramming languages" like prolog or lisp it will be not very useful with games. If you want to use AI with C++ or other language there are somethings that will help you a lot. To know how to use pointers, and alocate memory dinamicaly (if you know C++ it will be simple), to know how to use data structures like trees and chained lists. The book "Artificial Inteligence A Modern Aproach" will be a very good begining. A* could be you first chalenge. Once you finish it begain with other things like Genetics, Neural Networks and etc...

--------------------------
Rory Gallagher blues will never die.
---------------------------
Que que foi, que que foi, O que eh que hah?

[edited by - manuelb on January 16, 2003 10:56:22 AM]
--------------------------Rory Gallagher and Chico Science music !!!!!!!---------------------------____||~~~~|/TT

This topic is closed to new replies.

Advertisement