DEV Community

Cover image for Real time guessing game with react and socket
Tawaliou
Tawaliou

Posted on

Real time guessing game with react and socket

Alt Text
Hi everyone, I hope you're doing well. I want to share with you a real time guessing game web app that I built with React, NodeJS and Socket. It is a multiplayer game (02). You just need to share a generated token on the home page with your friend to allow him to join you and start the game. At turn of each player, the player revert two cards and try to find the cards with the same emoji to earn points. You can view instantly your score on the board and a green circle position indicate each player turn.
You can try at: guessing game or get the source code on my github repositories: source code.
I use React + grommet + socket client for the client side and nodejs + express + socket server for the server part.
Hope you will like it. Thanks.

Top comments (0)