Skip to content

A multiplayer game built on socket.io, React, Mobx

License

Notifications You must be signed in to change notification settings

fabzl/react-card-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 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 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..

About

A multiplayer game built on socket.io, React, Mobx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 50.3%
  • JavaScript 42.4%
  • CSS 5.1%
  • HTML 1.8%
  • Dockerfile 0.4%