{"id":23261019,"url":"https://github.com/techysanoj/skribble-clone","last_synced_at":"2025-08-20T16:34:25.849Z","repository":{"id":243192797,"uuid":"807504279","full_name":"techysanoj/skribble-clone","owner":"techysanoj","description":"skribblay.you - A clone of the Skribbl.io game built using React and Socket.IO. This project features a real-time drawing and guessing game with dynamic user interaction and seamless communication between players.","archived":false,"fork":false,"pushed_at":"2024-10-29T04:31:22.000Z","size":3188,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-29T05:26:23.439Z","etag":null,"topics":["backend","clone","clone-website","css","front-end","front-end-development","frontend","html","javascript","javascript-library","js","project-repository","react","react-native","reactjs","skribbl","skribbl-io","web-development","web-development-project","website"],"latest_commit_sha":null,"homepage":"","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/techysanoj.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}},"created_at":"2024-05-29T08:21:34.000Z","updated_at":"2024-10-29T04:31:26.000Z","dependencies_parsed_at":"2024-06-07T09:13:24.325Z","dependency_job_id":"4c537a50-ac7f-49b3-9eba-830001038d3a","html_url":"https://github.com/techysanoj/skribble-clone","commit_stats":null,"previous_names":["techysanoj/skribble-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techysanoj%2Fskribble-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techysanoj%2Fskribble-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techysanoj%2Fskribble-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techysanoj%2Fskribble-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techysanoj","download_url":"https://codeload.github.com/techysanoj/skribble-clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230441189,"owners_count":18226342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["backend","clone","clone-website","css","front-end","front-end-development","frontend","html","javascript","javascript-library","js","project-repository","react","react-native","reactjs","skribbl","skribbl-io","web-development","web-development-project","website"],"created_at":"2024-12-19T13:28:45.342Z","updated_at":"2024-12-19T13:28:46.154Z","avatar_url":"https://github.com/techysanoj.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skribblay.you\n\nWelcome to **Skribblay**, a fun and engaging online multiplayer drawing and guessing game inspired by Skribbl.io. This project aims to replicate the core functionalities of the original game and also adding some new features which are lacking in the skribble.io, providing an entertaining platform where players can showcase their drawing skills and guess the drawings of others.\n\n## Table of Contents\n\n- [Features](#features)\n- [Screenshots](#screenshots)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n## Features\n\n- Multiplayer drawing and guessing game\n- Real-time gameplay with smooth and responsive interactions\n- Customizable game rooms with different word packs\n- In-game chat functionality\n- User-friendly and intuitive interface\n- Leaderboard to track player scores\n\n## Screenshots\n\n![Game Lobby](frontend/public/homescreen.png)\n*Game Lobby*\n\n![Drawing Interface](frontend/public/drawscreen.png)\n*Drawing Interface*\n\n![Guessing Phase](frontend/public/palyscreen.png)\n*Guessing Phase*\n\n## Installation\n\nTo get a local copy up and running, follow these steps:\n\n1. **Clone the repository:**\n\n    ```sh\n    git clone https://github.com/techysanoj/skribble-clone.git\n    cd skribble-clone\n    ```\n\n2. **Install dependencies:**\n\n    ```sh\n    npm install\n    ```\n\n3. **Start the development server:**\n\n    ```sh\n    npm start\n    ```\n\n4. **Open your browser and navigate to:**\n\n    ```\n    http://localhost:3000\n    ```\n\n## Usage\n\n1. **Create or join a game room:**\n    - To start a new game, click on \"Create Room\" and share the room code with friends.\n    - To join an existing game, enter the room code provided by the host.\n\n2. **Gameplay:**\n    - One player will be chosen to draw a word.\n    - Other players will guess the word based on the drawing.\n    - Points are awarded for correct guesses and drawing accuracy.\n\n3. **Chat:**\n    - Use the in-game chat to communicate with other players during the game.\n\n## Contributing\n\nWe welcome contributions from the community! To contribute, please follow these steps:\n\n1. **Fork the repository.**\n\n2. **Create a new branch:**\n\n    ```sh\n    git checkout -b feature/your-feature-name\n    ```\n\n3. **Make your changes and commit them:**\n\n    ```sh\n    git commit -m 'Add some feature'\n    ```\n\n4. **Push to the branch:**\n\n    ```sh\n    git push origin feature/your-feature-name\n    ```\n\n5. **Create a pull request.**\n\nPlease ensure your code adheres to our coding standards and includes relevant tests.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nIf you have any questions or suggestions, feel free to reach out to the project maintainers:\n\n- **SANOJ** - [panditsanoj124@gmail.com](mailto:panditsanoj124@gmail.com)\n- GitHub: [techysanoj](https://github.com/techysanoj)\n- **Shashwat Bindal** - shashwat.bindal2002@gmail.com\n- GitHub: [shashwat282002](https://github.com/shashwat282002)\n- **Priyanshu Bhardwaj** - priyanshubhardwaj70@gmail.com\n- GitHub: [PriyanshuA1507](https://github.com/PriyanshuA1507)\n- **Shashwat Aggarwal** - shashwatagg04@gmail.com\n- GitHub: [ShashwatAgg0411](https://github.com/ShashwatAgg0411)\n---\n\nThank you for visiting **Skribblay.you**! We hope you enjoy playing and contributing to the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechysanoj%2Fskribble-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechysanoj%2Fskribble-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechysanoj%2Fskribble-clone/lists"}