npm i battleship-game -g
battleship-gameIf you don't want to install this game globally you can do the following:
git clone https://github.com/ricardofbarros/battleship-game.git cd battleship-game node bin/game.js
- Dimensions: Configure the game board size
Only "square" dimensions allowed, 10x10, 9x9, 8x8, etc.
- Pretty Board: Emojis on/off
If your terminal doesn't support emojis you should turn this setting off.
Configure how many units should be in the game.
You can easily add custom units to the game by editing this file.
- Make peer-to-peer game session
- Different Npc Levels (easy, medium, hard)



