Skip to content

Multiplayer Draw Guessing Game using Sockets. Built using Electon, React, Net library.

Notifications You must be signed in to change notification settings

NoelEmaas/draw-guesser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Draw Guesser

Multiplayer Draw Guessing Game using Sockets. Built using Electron, React, Net library.

Setup

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

Preview

Main Menu
plot
Avatar Selection
plot
Lobby
plot
Main Game
plot
Word Reveal (Every End of Turn)
plot
Final Scores
plot

Credits

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.

About

Multiplayer Draw Guessing Game using Sockets. Built using Electon, React, Net library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published