Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 494 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 494 Bytes

Battleship

Battleship is a strategy game in which 2 plays take turns guessing the location of other player's ships. This small program was written for a class I attended over the summer of 2022 and mimics the basic funcitonality of the game. In the future, I hope to add a simple guessing algorithm to the computer so it attempts to take out ships that it already has located, as opposed to randomly guessing even when there are open ships.