Description of simple techniques for controlling goal-directed motion of simulated characters around their world, for applications in games and animation. Includes Java demos and related links.
Information from the ICGA organization, contents of the ICGA Journal and information on game programming in Chess, Checkers, Bridge, Go, and many other games.
Gamedev.net is the leading resource for game developers, featuring daily news updates, over 1500 featured articles and tutorials, dozens of game development jobs, and the most active game development forums anywhere!
The GAMES research group produces high-performance, real-time programs for strategic game-playing. We have branched out into commercial games and applications of our research to industrial problems.
Online paper about path-finding, including the A* algorithm and a greedy algorithm. Implementation notes, precalculation, map representations, heuristics, applications.