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