Games
Links
A* Pathfinding for Beginners
http://www.policyalmanac.org/games/aStarTutorial.htm
Introduction to the A* path finding algorithm.
AAAI page on Video Games, Toys, Robotic Pets & Entertainment
http://www.aaai.org/AITopics/html/video.html
AI Topics provides basic, understandable information and helpful resources concerning artificial intelligence, with an emphasis on material available online.
Amit's Thoughts on Path-Finding
http://theory.stanford.edu/~amitp/GameProgramming/
Online paper about path-finding, including the A* algorithm and a greedy algorithm. Implementation notes, precalculation, map representations, heuristics, applications.
Artificial Intelligence (AI) for Computer Games
http://ai4games.sourceforge.net/
Companion site for the book "Artificial Intelligence for Computer Games: An Introduction." Includes bibliography, chapter guide, errata, and relevant links.
ASCII Robot Soccer
http://www-2.cs.cmu.edu/~trb/soccer/
Unix soccer-like testbed. Source code (C++ with curses and termcap), executable, and screenshots.
CGF-AI Links to Game AI and Tactical AI Resources
http://www.cgf-ai.com/links.html
A number of annotated links referring to tactical AI (for games, military simulations, or academic applications) and general game AI.
Chinook
http://www.cs.ualberta.ca/~chinook/
Checkers program written by Jonathan Schaeffer et al.; play online. Publications, endgame database statistics, game records.
Command Forces Simulation (CFOR)
Battlefield command and control testbed and knowledge base. Publications, source code, documentation.
Dynamic Stochastic Control - A New Approach To Game Tree Searching
http://www.robinupton.com/research/phd
Robin Upton's Ph.D. Thesis uses this branch of Probability Theory to generalise conspiracy numbers, developing the search method known as PCN*, conspiracy probabilities.
Excalibur
http://www.ai-center.com/projects/excalibur/
Our goal is to develop a generic architecture for autonomously operating agents, like computer-guided characters/mobiles/items, within a complex computer-game environment.

