Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 270 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 270 Bytes

Stack multiplayer

A multiplayer game based on Stack by Ketchapp https://www.youtube.com/watch?v=62wMiyt82ng

###Instructions

Install: npm i

Run server: npm run server

Run webpack for clients: npm start

Visit: localhost:8080 (run 2 clients)