BattleShips Game
Description
This is a simple game of BattleShips.
Install
The code is available on GitHub.
git clone https://github.com/arfa/arfacod-battleships.git
cd arfacod-battleships
npm install
Dev server
You can run the game on the dev server by running the following command in your terminal:
npm run start
Then open http://localhost:3000 in your browser.
Terminal
You can run the game in the terminal by running the following commands in your terminal:
npm run start:cli