A very simplistic AI written in C++ for the the light cycle game "Tron" (see here https://www.youtube.com/watch?v=Jyys22xoWDI)
To compile simply run make within the root directory. This should work on linux by default and work on windows if you have installed the necessary tools.
To test simply run make check within the root directory.
To clean after a make or make check simply run make clean within the root directory.