Skip to content

jaads/A-nice-card-game

Repository files navigation

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.

About

A card game which I used to play a lot. Now I implemented for the browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published