Simple Battleship game written in python.
First you will be asked to enter a difficulty level. You must enter 1, 2, or 3. 1 being the easiest and 3 being the hardest
Then you will be presented with a grid of "0"s which is a coordinate grid. You enter 2 numbers representing points on the grid. You keep picking until your turns run out or you successfully hit the battleship.
TODO:
-
add support for multiple ships.
-
add support for local multiplayer.
-
Add gui or converting to javascript to make it web based to use graphics.
-
Improve difficulty system.
-
Destroy lots of ships.