Table of contents
Engine and GUI
We have created a game engine (including the server) for testing your own AI. Part of this package will be a really dumb bot that moves randomly over the map. Cannon fodder for your bot.
Download the engine, including example AI and GUI: via FTP or via HTTP
For compiling the source code you will need Qt4 and a C++-compiler. The packages may have different names in the distributions, but it should be something like libqt4-dev and qt4-qmake.
After extracting the files above you should move to the folder freiesmagazin-contest3. No you can compile the code via
$ make qmake && make
|
The GUI may be helpful in analysing your own bot.
previous page | next page |