AI Tutorial - Part 2

by Forum_account
This tutorial builds off the concepts in my Enemy AI tutorial.
ID:124915
 
This tutorial is more conceptual than my Enemy AI tutorial. It builds on the concepts of utility and heuristics, introduces search algorithms, and looks into how these algorithms can be made more intelligent.

A few code examples are included, but are much less practical (for game-making, at least) than the examples from the previous tutorial.

You don't need to look at the first tutorial to make sense of this one but you should be familiar with the concepts. A review is included in the package and can also be found here.