DEV Community

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

Posted on

4 1

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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay