Robert Meyer

Project Description

Battleship AI Competition

C/C++ Coding Challenge

Battleship Competition

It is over

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.

What was it?

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.

What can I do with it?

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.

What was the competition?

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