Created by: Philip Hansen
Front end battleship app that uses words instead of ships. Place your words on the grid and try and find the ships placed by the computer.
The following steps are to install locally on your machine:
- Clone or download the repository.
git clone https://github.com/P-Hansen/battleship
- Navigate to the project directory and install dependencies.
$ cd battleship
$ npm install
- Open the index.html file in your browser.
Written in JavaScript, HTML/CSS with JQuery.


