Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 274 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 274 Bytes

Battleship

1 player version of battleship

  • Configurable grid size in constants.js
  • Add extra ships in constants.js with unique IDs
  • Random ship placer for the enemy so each game is different
  • Built in a way that player 2 could be added without much refactoring.