Skip to content

App that simulates a 2D card table with stackable cards and a dynamic hand system.

License

Notifications You must be signed in to change notification settings

sugimotothomas/cs467-card-game-simulator

 
 

Repository files navigation

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

Languages

  • JavaScript 85.1%
  • HTML 10.8%
  • CSS 4.1%