[phpBB Debug] PHP Warning: in file [ROOT]/ext/alfredoramos/seometadata/event/listener.php on line 126: Trying to access array offset on value of type null
IndieGameDev.net Forums • Resources for Artifical Intelligence in Video Games
Page 1 of 1

Resources for Artifical Intelligence in Video Games

Posted: Thu May 07, 2020 6:53 pm
by 100goats
I was hoping this could be a thread that hosts several links to artificial intelligence tutorials or concepts.

Please post artificial intelligence resources here.

Re: Resources for Artifical Intelligence in Video Games

Posted: Thu May 07, 2020 10:53 pm
by Deckhead
Some of my bookmarks:

A* Pathfinding http://theory.stanford.edu/~amitp/GameProgramming/AStarComparison.html


Goal Oriented Action Planning http://alumni.media.mit.edu/~jorkin/goap.html

I looked into using these together when I was looking at making a 4X game.