🎨 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