

The Battleship AI Competition was held during December 2005, however due to popularity, I have kept the source code (see below) available for all to see.
This was a c/c++ program designed to test different battleship AI functions. It was implemented for a Linux environment, however, all code is very portable.
You may do whatever you would like with my code. The most interesting, perhaps, would be to create your own AI function and see how efficient you can make it.
The competition, which is now over, was to have users write their own AI function(s), and test them against every other AI function that was submit. Statistics were collected and examined.
makefile
driver.cpp
battleship.h
battleship.cpp
battleship.AI.h
battleshipo.AI.cpp