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 [email protected]:bigacz/battleship.git
npm run install
npm run start
npm run test
npm run build