A simple Battleship/Minesweeper game against a computer.
This is one of the project part of the Javascript path of the Odin Project. The app is game between the player and computer where the objective is to sink all of the other player's ships. Players begin by placing their ships onto their gameboard either horizontally or vertically. Then they face off against the computer attacking it's gameboard to find its hidden ships. Once they hit a ship, that cooridnate turns red and once a ship is sunk, the coordinates that the sunk ship was placed on turn black.
Complete