Multiplayer Draw Guessing Game using Sockets. Built using Electron, React, Net library.
git clone https://github.com/NoelEmaas/draw-guesser.git
cd draw-guesser
Note: Replace the value of SERVER IP ADDRESS
in the following files:
- client/src/providers/SocketProvider.jsx
- server/server.js
Run server:
cd server
npm start
Run client:
cd client
npm install
npm run build
npm start
Main Menu |
---|
![]() |
Avatar Selection |
---|
![]() |
Lobby |
---|
![]() |
Main Game |
---|
![]() |
Word Reveal (Every End of Turn) |
---|
![]() |
Final Scores |
---|
![]() |
I do not own some of the assets in this game such as the avatars and the background pattern. It was taken from gartic.io, which is also an online draw guessing game. Credits to them.