Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 302 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 302 Bytes

Battleshipt

A JavaScript recreation of Battleship.

To play, visit https://michael-shipt.github.io/battleshipt/, or:

  1. Clone/download ZIP
  2. npm install
  3. npm run dev
  4. Open index.html in your browser
  5. You can see attack results of "Hit", "Miss", "Taken", or "Sunk" in the debug console.