Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 651 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 651 Bytes

Battleship

Multiplayer battleship game made with Vue.js, socket.io and Node.js

alt tag

Installation

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

Todo

  • 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