AI Tutorial - Part 2

by Forum_account
This tutorial builds off the concepts in my Enemy AI tutorial. [More]
To download this demo for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Forum_account.AITutorialPart2##version=1

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Forum_account.AITutorialPart2##version=1

701 downloads
Version 1
Date added: Jul 7 2010
Last updated: Feb 25 2012
5 fans
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.