Monthly Archives: March 2013
Methods for Combining Autonomous Steering Behaviours
“Autonomous Steering Behaviours”, as first defined by Craig Reynolds in his presentation at the 1999 Game Developer’s Conference, are a simple yet effective method of creating realistic movement in computer-controlled characters. As such, they are often considered an important part … Continue reading
Artificial Immune Systems and Adaptive Strategies in Game A.I.
A.I., perhaps unsurprisingly, often borrows inspiration, language, and models from the world of biology. Two common examples are Artificial Neural Networks (ANNs) – based on a model of the brain, and Genetic Algorithms (GAs) – based on a model of … Continue reading
Useful Online Game A.I. Resources
Besides the books listed in my previous post, there’s a stack of other useful resources available on the ‘net for game A.I. Here’s some of my favourites: Websites http://natureofcode.com/book/ Entire free online ebook (also available to purchase in paper … Continue reading
Good Books for Game A.I.
I had a great time last night hosting a presentation on Artificial Intelligence for the Norfolk Indie Game Developers group. Expect to see a series of blog posts on each of the topics appearing here in the near future. In … Continue reading