[.The Concept]
X-Foot is a small football game which the goal is not to take the joystick and to carry out the greatest of digital agility...
The X-Foot project was inspired by the contests of robotics where small machines fight each other to goal, but in our case, all will remain virtual.
The concept of the game: Create artificial intelligences which play football, and confront them with those of other players.
Coding an AI is achieved via an SDK, the aisdk. This library is available in c++ and in python (via SWIG binder).
Just inherit from a template class and implement a few callback methods, and the whole world of xfoot is yours.
There are already alive AIs , check out the svn or nightly builds.
In general, this game use the following technologies:
- c++, python
- gcc/makefile (linux), XCode (MacOSX) and Visual C++ (windows)
- SDL for 2D Graphics
- GuLL graphic library (SDL/OpenGL based) for 3D Graphics, Sound, Inputs




