A implementation of battleship in java. Should be able to connect players or AI using an open facing api.
TODO:
- Server to host the games
- Peer to peer gaming
- Interface for AI programming -- Have the server look for an AI with two methods, PlaceShips and FireShot(GameBoard)
- Manual SHip Placement
- Some sort of automatic placement algorithm