Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 432 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 432 Bytes

A nice card game

To get a basic idea of the game, check out wikipedia.

Start a development server using nodemon: npm run dev or simply run node server.js for production. You'll also need to change the application server for socket.io in public/index.js from io.connect('shithead.onl'); to io.connect('localhost:4000');.

To run Jest tests, run npm run tests.