Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 394 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 394 Bytes

NodePirates

Playing Battleship with others online. Write your own player and match with other players.

Development

# 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

Tests

$> npm test