AtulJatia / Pictionary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 76.8%Language:HTML 13.4%Language:CSS 9.8%