jattleships-test
v1.0.0-beta.69
Published
CLI battleships over webrtc to allow me to win against my girlfriend whilst at work
Downloads
38
Readme
JattleShips
Node.JS battleships over webRTC to allow me to own my girlfriend whilst at work

npm install TODOPreview
TODO
Dev
The only catch here is to make sure webRTC runs on your node and machine, for debian based,
sudo apt-get update
sudo apt-get install -y build-essential python3and then node-gyp (and pre) which is a build tool for node,
npm install -g node-gyp node-pre-gyfinally wrtc, which is the webRTC implementation for node,
npm install wrtcPlan
This makes sense, I swear

this all changed, kinda
TODO
- Implement a smoother terminal experience
- Save scores against player IDs locally
- Improve share code experience
- Error catch and validate inputs fully
