In this project, it's builded a one-player version of the classic board game Battleship! There will be 10 ships hidden in random locations on a square grid. The player will have some predefined moves to try to sink all of the ships.
The demo is hosted in netlify service.
To install the application follow the steps below in the console, you need to have installed nodejs, git and yarn.
Download repo:
git clone https://github.com/davidfigueroar9/battleship.git
Change to directory:
cd battleship
Install dependencies:
yarn install
Run App:
yarn start