Battleship is a strategy guessing game against the computer where players try to sink all of their opponent's ships.
This project was made using TDD principle.
It was built using:
- JavaScript
- Webpack
- Jest
After drag and drop all 5 ships on the board, click the start button to play.
- Click on a tile to make fire a shot.
- A dark gray tile means a miss
- A red tile means a hit
- You win when you sink all the computer's ships