/BattleShip-Algorithm-2014

This is an AI used to play the popular game of Battleships. The main class (Version4.java) is coded to an interface and the code is provided to another program that runs a tournament (created and maintained by our teacher, unavaliable here). The algorithm used for shooting relies on probability calculations to find the cell that is most likely to contain an enemy ship.

Primary LanguageJava

Stargazers