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

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

License

Notifications You must be signed in to change notification settings

avanerk/Battleship

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages