This is a command line interface app built as part of the Turing School of Software and Design curriculum. It mimics the gameplay of the classic boardgame Battleship. You can view the project requirements here
To use this application, you will need to clone down this repo and then navigate to the project folder in your terminal with the cd Battleship
command. Then, you will run the game by typing ruby battleship_runner.rb
. Enjoy!