Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 502 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 502 Bytes

Battleship

Battleship project developed following Test Driven Development principles with Jest

Live preview

Features

  • Smart computer player moves
  • Two player mode with pass screen
  • Drag and drop ship relocation system
  • Randomize ship placement option

Getting started

git clone [email protected]:bigacz/battleship.git
npm run install
npm run start

Testing with jest

npm run test

Building

npm run build