Home > Computers > Artificial Intelligence > Games
http://web.cs.du.edu/~sturtevant/papers/highlevelpathfinding.pdf
Description and analysis of several approaches is given with the postmortem example of usage in video game Dragon Age: Origins.
http://www.policyalmanac.org/games/aStarTutorial.htm
Introduction to the A* path finding algorithm.
http://aigamedev.com/
Focused on helping you make great AI (artificial intelligence) for your games and simulations.
http://www.aiwisdom.com/
A database of Artificial Intelligence articles specific to games that appeared in game programming books, magazines, conferences, or on the Internet.
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.
http://ai4games.sourceforge.net/
Companion site for the book "Artificial Intelligence for Computer Games: An Introduction." Includes bibliography, chapter guide, errata, and relevant links.
http://www.cs.cmu.edu/~trb/soccer/
Unix soccer-like testbed. Source code (C++ with curses and termcap), executable, and screenshots.
http://usa.autodesk.com/adsk/servlet/pc/index?id=11390544&siteID=123112
Game AI middleware for robust 3D pathfinding, team coordination, crowd movement. High-performance optimization. Used in more than 100 titles.
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.
http://www.cs.ualberta.ca/~chinook/
Checkers program written by Jonathan Schaeffer et al.; play online. Publications, endgame database statistics, game records.
http://www.robinupton.com/research/phd
Robin Upton's Ph.D. thesis uses this branch of probability theory to generalize conspiracy numbers, developing the search method known as PCN*, conspiracy probabilities.
http://www.ai-center.com/projects/excalibur/
Their goal is to develop a generic architecture for autonomously operating agents, like computer-guided characters/mobiles/items, within a complex computer-game environment.
http://www.csc.villanova.edu/~japaridz/CL/gsoll.html
A discussion of how linear logic relates to computability logic, - the game-semantically introduced logic of computational resources and interactive computation.
http://www.give-challenge.org/
A treasure-hunt game in a 3D world. Its purpose is to connect AI researchers with game players willing to provide feedback about the current state of the art.
http://gomocup.org/
The Gomoku artificial intelligence programming tournament, which takes place every year. Download Gomoku programs. Instructions on how to write your own Gomoku artificial intelligence.
http://sourceforge.net/projects/goalseeker/
A JAVA framework that implements heuristic goal-seeking algorithms. Using this framework will allow developers to focus on a specific domain of interest, while leaving many of the AI concepts and goal-searching concepts to be implemented by the framework.
http://www.ieee-cig.org/
The Computational Intelligence and Games (CIG) Conference series brings together leading researchers and practitioners from academia and industry to discuss recent advances and explore future directions in the field.
http://www.jkilavuz.com/
Path engine for Java, consisting of an extensible set of tools for collecting pathfind data and finding and executing paths.
http://satirist.org/learn-game/
Review of research and implementations in Backgammon, Othello, soccer, and other games.
http://www.cs.mun.ca/~dchurchill/starcraftaicomp
Build an AI bot using special API for "Starcraft: Brood War" and challenge other bots for prizes.
http://www.steeringbehaviors.de/
Description of techniques to autonomously steer vehicles through a predefined virtual world. Simple behaviors (e.g. obstacle avoidance) can be combined to create more complex behaviors.
http://www.red3d.com/cwr/steer/
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.
http://botprize.org/
Build an AI bot using API for Unreal Tournament 2004 and challenge other bots for prizes.
http://web.media.mit.edu/~jorkin/gdc2006_orkin_jeff_fear.pdf
The author of this white paper is Jeff Orkin - creator of the revolutionary AI for F. E. A. R. In his article Jeff uncovered how to make hard math work for you with very detailed description of Goal Oriented Hierarchical Planner.
http://webdocs.cs.ualberta.ca/~games/
Produces high-performance, real-time programs for strategic game-playing. They have branched out into commercial games and applications of research to industrial problems.
Home > Computers > Artificial Intelligence > Games
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us