Game AI for Developers

If you're interested in game AI, you may be interested in visiting the main part of the site here at AiGameDev.com. It's a regularly updated blog with tips and tricks, news and commentaries about the games industry.

Also, be sure to sign up to the Game AI Newsletter for weekly links to interesting white papers and articles about AI technology for games and simulations.

Enjoy these two tutorials!

Alex J. Champandard

Exercises in Game AI Programming

by Alex J.Champandard <alexjc at AiGameDev>

Abstract

This practical series describes the implementation of behaviors for synthetic characters in games. Each tutorial uses a different AI technique to implement an autonomous animat with the same abilities. Source code is provided.

Table of Contents

Introduction
The Rule-Based System
The Neural Network