Multiplayer battleship game made with Vue.js, socket.io and Node.js
git clone https://github.com/avanerk/Battleship.git
cd Battleship && npm install && bower install
node app.js
open 127.0.0.1:3000 in your browser
- Implement turns
- Refactor code
- Implement Rooms
- Automatically assign a player to a room
- Win/lose message
- In-memory datastore to keep track of users and rooms
- Show each other's positions when the game is over
- Chatbox
- Re-match functionality
- Better graphics
- Error handling