Battleship project developed following Test Driven Development principles with Jest
- Smart computer player moves
- Two player mode with pass screen
- Drag and drop ship relocation system
- Randomize ship placement option
git clone git@github.com:bigacz/battleship.git
npm run install
npm run startnpm run testnpm run build