Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 597 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 597 Bytes

Online Multiplayer Card Game Simulator

This project runs online multiplayer game that users can join to play various playing card games. Rules are not enforced and it is up to the players to follow the rules.

Services/ libraries used in the game

How to run this game

  1. Clone this repo locally
  2. Navigate to the project folder and run npm install to install the dependencies
  3. To run the game use the command node --inspect server.js