A simple one player representation of the boardgame Battleship.
Click on squares until all occupied squares have been selected, at this point the game is over.
https://one-player-battleship.herokuapp.com/
- Clone https://github.com/caseysiebel/battleship
- cd battleship
- npm i
- npm run dev
- Point browser to localhost:8080