Battleship

In this assignment we were to build a single player version of the board game “Battleship.” In this lab we were also to give the player 10 guesses to try and sink the battleship. In order to succeed in completing this lab, we had to use our knowledge of creating lists, conditionals, and functions in python.

In my experience this assignment was hard to complete. It took me some time, but eventually I was able to complete the code.