Implementation of a game "BattleShip".
To run a point-and-click game do
$cd BattleShipGrid
$mr.bat
To run a battle over the server do:
$cd BattleShipNet
$start_battle.bat
This starts one server, two clients, and arranges a BattleShip battle between clients.
AI : adding BattleShip strategies
To add a strategy extend BattleShipStrategy (for example see BattleShipStrategyRandom) and create a game (see GameFactory) with your strategy.