A real-time multiplayer drawing and guessing game built with React, TypeScript, and Socket.IO. A player draws on their own canvas, while the others try to guess the word.
Clone the project
git clone https://github.com/apaching/g-doodle.gitAccess the project directory.
cd g-doodleInstall dependencies.
pnpm installServe with hot reload at http://localhost:5173.
pnpm run server
pnpm run dev