{"id":23878523,"url":"https://github.com/ankitsingh2105/doodlequest","last_synced_at":"2026-02-14T05:32:33.479Z","repository":{"id":241084289,"uuid":"804269061","full_name":"ankitsingh2105/DoodleQuest","owner":"ankitsingh2105","description":"Draw and guess multiplayer online game","archived":false,"fork":false,"pushed_at":"2025-12-29T17:24:21.000Z","size":19697,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T05:16:08.227Z","etag":null,"topics":["aws","aws-ec2","canvas","ci-cd","docker","expressjs","game","grafana","load-balancer","loki","mysql-database","nginx","nodejs","prometheus","reactjs","sql","websockets"],"latest_commit_sha":null,"homepage":"http://doodlequest.games","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ankitsingh2105.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-22T09:20:13.000Z","updated_at":"2025-12-29T17:24:25.000Z","dependencies_parsed_at":"2024-09-14T11:57:18.832Z","dependency_job_id":"7ac4ad9b-15b7-42ad-aae3-e6c2aab392dd","html_url":"https://github.com/ankitsingh2105/DoodleQuest","commit_stats":null,"previous_names":["ankitsingh2105/doodlequest","amanjeet21/doodlequest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ankitsingh2105/DoodleQuest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitsingh2105%2FDoodleQuest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitsingh2105%2FDoodleQuest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitsingh2105%2FDoodleQuest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitsingh2105%2FDoodleQuest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankitsingh2105","download_url":"https://codeload.github.com/ankitsingh2105/DoodleQuest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitsingh2105%2FDoodleQuest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29438443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T05:24:35.651Z","status":"ssl_error","status_checked_at":"2026-02-14T05:24:34.830Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-ec2","canvas","ci-cd","docker","expressjs","game","grafana","load-balancer","loki","mysql-database","nginx","nodejs","prometheus","reactjs","sql","websockets"],"created_at":"2025-01-03T21:38:51.793Z","updated_at":"2026-02-14T05:32:33.474Z","avatar_url":"https://github.com/ankitsingh2105.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DOODLEQUEST \n\n## Description\nA multiplayer online drawing and guessing game inspired by Scribble. It allows users to connect with friends, chat in real-time, and engage in a creative and interactive gameplay experience.\n\n## Game Images\n- Home, Admin Player, Regular Player, Game Start, Select words\n\u003cimg width=\"485\" height=\"340\" alt=\"dd1\" src=\"https://github.com/user-attachments/assets/1de2f7cd-6b5b-4793-9f52-a7a9141ed797\" /\u003e\n\u003cimg width=\"485\" height=\"340\" alt=\"dd2\" src=\"https://github.com/user-attachments/assets/c1c5de8c-5643-4cba-a098-7eef392c439f\" /\u003e\n\u003cimg width=\"485\" height=\"340\" alt=\"dd3\" src=\"https://github.com/user-attachments/assets/7371c685-192c-43c9-a340-7349fa05e793\" /\u003e\n\u003cimg width=\"485\" height=\"340\" alt=\"dd4\" src=\"https://github.com/user-attachments/assets/3accf979-a0bf-49aa-bf83-9c83408342ed\" /\u003e\n\n\n## Features\n\n- **Join Specific Room:** Connect and play with friends using unique room codes.  \n- **Real-Time Chat:** Instantly chat with other players during the game.  \n- **Live Whiteboard:** Draw and guess together in real-time.  \n- **Live Leaderboard:** Scores update instantly as players guess correctly.\n- **Features:** Eraser, Custom Stroke Size, Custom Colour, Canvas clear, interactive sound on guess\n\n---\n\n## Technologies Used\n\n- **WebSockets:** Enabled seamless real-time communication.  \n- **Express \u0026 Node.js:** Powered the backend server logic.  \n- **React.js:** Built a dynamic and responsive frontend.  \n- **Socket.io:** Simplified real-time event handling.\n- **Nginx:** For load balancing\n\n---\n\n## Learning Highlights\n\n- **WebSockets:** Gained hands-on experience with real-time data flow between client and server.\n- **Custom Promises:** Built custom promises to manage async tasks effectively.\n- **State Management:** Learned to lift state in React for smoother component communication.\n- **Closures:** Applied closures to maintain variable scope in socket event handlers and timers.\n- **Throttling:** Implemented throttling techniques to optimise drawing performance.\n- **Caching:** Used server-side caching to avoid relatively expensive DB calls.\n- **Component Design:** Gained experience designing modular and reusable React components.\n- **Real-Time Architecture:** Understood how to structure backend logic for real-time multiplayer systems.\n\n\n---\n## Running the Server and Frontend\n\n## Server\n- Open a new terminal.\n\n- Navigate to the `backend` directory:\n   ```bash\n   cd Backend\n\n- Run:\n   ```bash\n   nodemon server.js\n\n## FrontEnd\n- Open a new terminal.\n\n- Navigate to the `FrontEnd` directory:\n   ```bash\n   cd FrontEnd\n\n- Run:\n   ```bash\n   npm run dev\n\n---\n\n## About the Author\n- **Ankit Singh Chauhan:** [ankitsinghchauhan.in](https://ankitsinghchauhan.in).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitsingh2105%2Fdoodlequest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankitsingh2105%2Fdoodlequest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitsingh2105%2Fdoodlequest/lists"}