Games
C++ library for helping construct steering behaviors for agents in games.
Programming environment for studying artificial intelligence research.
Links and many publications.
Programming game used in Imagine Cup.
A site about bots and how to build them.
JAVA application to test various algorithms (and different heuristics) in realtime to solve an 8-puzzle.
Includes:
- Depth first search
- Breadth first search
- Iterative Deepening search
- Greedy search
- A* search
- Branch & Bound search
Small list of publications.
Programming game where robots fight each other.
Programming game in assembler-like language where one has to build a robot who must win against other robots.
Solution for developing AI systems for games (with C++ and Java editions).
Contains publications about the framework and a free download edition.