Vanilla JavaScript battleship game
Live Demo
.
Report Bug
·
Request Feature
Based on the PROJECT: BATTLESHIP in the odin project as a part of the Microverse curriculum.
The purpose is to get a good understanding how to create the battleship game in ES6 using test driven development with Jest.
The following are actions that can be done on the application.
- Start the game to deploy the ships.
- Click on the board to destroy the computer ships.
- If you destroy all the computer ships first you win.
- Good luck!