Skip to content

Simple Battleships game using nodejs and websockets

Notifications You must be signed in to change notification settings

GatienB/Battleships

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battleships

Live Demo

Board

Rival

Installation

cd server
npm i
# compile typescript
npx tsc
node index.js