Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 590 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 590 Bytes

Online Pictionary Game

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.

Tech Stack used

Client:- HTML, CSS, JS

Server: Express.js (Node.js)

Used Socket.io for all real-time communication.

How to run:

  1. Clone the repository into your desired location.

  2. cd into the folder.

  3. npm install

  4. npm run start

  5. Start by visiting http://localhost:3000