A JavaScript recreation of Battleship.
To play, visit https://michael-shipt.github.io/battleshipt/, or:
- Clone/download ZIP
npm install
npm run dev
- Open
index.html
in your browser - You can see attack results of "Hit", "Miss", "Taken", or "Sunk" in the debug console.