Playing Battleship with others online. Write your own player and match with other players.
# install requirements
$> npm install
$> docker-compose up -d
# optionally, register player1, player2 and player-simple-core
$> bin/insert-players.js
# run the web server
$> node app.js
$> npm test