Skip to content

shanmugharajk/react-card-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-card-game

A multliplayer game built with socket.io + react + nodejs + typescript.

Demo heroku link

How to run

Navigate to the root directory and run the following.

yarn install

yarn run build:common

yarn run run-server

yarn run run-client

Navigate to http://localhost:3000.

Game Screen

home screen

Game rules

To know about the rule's execute the above mentioned commands and navigate to http://localhost:3000.

TODO

  • Improve the build system.
  • Create a roadmap.
  • Use redis to store the game data.
  • Build a project site explaining the architectue, how to play and demo etc..