Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 538 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 538 Bytes

Welcome to Battleship!

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

Setup

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!