Skip to content
/ doodl Public

A real-time multiplayer drawing and guessing game built with Vite, React, Node.js, and Socket.io. Players take turns drawing a chosen word while others compete to guess it. Fun, interactive, and fast!

Notifications You must be signed in to change notification settings

afaaaq85/doodl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

doodl

🎨 Doodl & Guess Game 🎮 A fun, real-time drawing and guessing game where players take turns drawing a chosen word while others compete to guess it correctly.

🚀 Features Real-time Gameplay: Powered by Socket.io for seamless multiplayer interaction. Word Selection: The drawer selects a word from a random list and draws it. Guessing Fun: Other players submit their guesses in real time. Leaderboard: Track players' scores based on correct guesses. Modern Tech Stack: Frontend: Vite + React for a fast, responsive interface. Backend: Node.js + Socket.io for real-time communication. 🛠️ Getting Started Clone the repo and follow the instructions to set up the game locally.

🛠️ Getting Started Prerequisites Make sure you have the following installed:

Node.js (v16 or higher) npm or yarn

Frontend setup:

git clone https://github.com/afaaaq85/doodl.git
cd frontend
npm install
npm run dev

Backend setup:

cd backend
npm install
nodemon index.js

About

A real-time multiplayer drawing and guessing game built with Vite, React, Node.js, and Socket.io. Players take turns drawing a chosen word while others compete to guess it. Fun, interactive, and fast!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published