Skip to content

IsabellaElectrum/Battleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Doing the battleship thing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages