Pictionary is a word-guessing game where a person draws and the other people have to guess what is being drawn within a certain time limit.
The game circulates from one user to another if everyone guessed the answer or the time expired.
Client:- HTML, CSS, JS
Server: Express.js (Node.js)
Used Socket.io for all real-time communication.
-
Clone the repository into your desired location.
-
cd into the folder.
-
npm install
-
npm run start
-
Start by visiting http://localhost:3000