Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 471 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 471 Bytes

Battleship

battleship

Tools & Technologies

  • JavaScript
  • Webpack
  • Babel
  • Jest
  • SCSS

Features

  • Improved AI accuracy when it hits a cell (attacks adjacent cells).
  • Denote when a ship sinks.
  • Rotate ship
  • Randomize ships
  • Reset board

What I learned

  • Test Driven Development (TDD) using Jest.
  • SCSS