Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 612 Bytes

File metadata and controls

32 lines (23 loc) · 612 Bytes

Shithead

A multiplayer card game made with Node.js based on the playing cards game "Shithead" or "Pesten" (in dutch).

Install Guide

1) Clone the repo

git clone https://github.com/Dmitrev/shithead.git

2) install the dependencies

Go to the directory where you cloned the project and execute this from the project root:

npm install

alternative on linux

sudo npm install

Run the game

1) Start the server Go to the directory where you cloned the project and execute this from the project root:

node index.js

Open the browser an go to http://localhost:3000