Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 290 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 290 Bytes

Batworm

This is a clone of slither.io, made for practicing writing games and using websockets in Node/Javascript.

Getting started:

run npm install to install dependencies, then run npm run start:dev to start the app.

Note: it uses watchify, install first with npm i watchify -g