coding world cup

Write AIs to play football

This project is maintained by richard shepherd nick pollard

Creating AIs on Mac and Linux

Coding-world-cup was written on Windows, and the competition will be run on a Windows PC.

Because the framework uses node.js, it should be possible to develop AIs on other platforms as long as the final executable (or equivalent) can be run on Windows.

The main AI sample 'BootAndShoot' is written in C#. This should run on Linux under mono, though I have not tested this. If you are having trouble with this, please look at the 'RandomMovement' sample instead, which is written in JavaScript. To run this, change the lines in 'app.js' which select the AIs.

If you create an AI on Mac or Linux in a compiled language such as C++, please provide a version compiled under Windows when you submit your AI.

If you are creating your AI under Mac or Linux and have any problems (or even better, if you fix them!) please let me know.