Skip to content

bigacz/battleship

Repository files navigation

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

Releases

No releases published

Packages

No packages published