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.gitChange to directory:
cd battleshipInstall dependencies:
yarn installRun App:
yarn start