Implementation Javascript of a Battle Ship Game.
The server side is built with node.js and socket.io and the interface with Data-Driven Documents and a bit of jQuery.
To start the game, assure you that you have node.js installed and go to src/
and type :
npm install
npm start
and open http://localhost:8080/ to play a game "player VS player". To play a game "vs computer", open http://localhost:8080/computer.