Battleship is a game created using React js.
- React hooks
- SCSS
- Factory Function
- Jest - Testing
- Unit Testing
- Mock Functions
- Drag and Drop
- Randomized ship Arrangements - Recursion.
- AI for the computer moves.
* AI- The computer moves try out the adjacent grid after hitting the ship.
git clone https://github.com/BLooDBRothER/Battleship.git
cd Battleship
npm install
npm start
Open http://localhost:3000 to view it in your browser.
npm test