Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 649 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 649 Bytes

Battleship

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

alt tag

Installation

git clone https://github.com/zasei/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