Play battleship against the computer!
This is a solution to the Battleship Project of the Odin Project.
Users should be able to:
- Take turns playing the game by attacking the enemy Gameboard
- Play again in case they hit a ship
- See a gameover message when all ships are sunk
- Randomly place ships
- Keep track of sunk ships
- Javascript with Publisher/Subscriber Pattern
- Semantic HTML5 markup
- CSS custom properties
- Mobile version
- Move/Rotate ships
- Computer AI
- Multiplayer
👤 Luca Fischer
- Github: @lucafisc
npm install
npm run start
npm run test