{"id":26139849,"url":"https://github.com/devgoyalg/number-guessing-game","last_synced_at":"2025-10-20T09:50:54.372Z","repository":{"id":264322016,"uuid":"893041820","full_name":"DevGoyalG/Number-Guessing-Game","owner":"DevGoyalG","description":"Number Guessing Game using HTML, CSS and JavaScript","archived":false,"fork":false,"pushed_at":"2024-11-26T18:33:06.000Z","size":305,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T04:07:48.576Z","etag":null,"topics":["guess-game","guess-the-number","guess-the-number-game","guessing-game","guessing-number-game","number-game","number-guess","number-guessing","number-guessing-game","number-guessing-game-js"],"latest_commit_sha":null,"homepage":"https://number-guess-play.netlify.app/","language":"CSS","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/DevGoyalG.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}},"created_at":"2024-11-23T11:35:24.000Z","updated_at":"2025-06-05T09:04:42.000Z","dependencies_parsed_at":"2025-06-15T04:07:50.421Z","dependency_job_id":"95388d4e-dc1c-4c0b-a0e7-10c8b7916299","html_url":"https://github.com/DevGoyalG/Number-Guessing-Game","commit_stats":null,"previous_names":["devgoyalg/number-guessing-game"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevGoyalG/Number-Guessing-Game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FNumber-Guessing-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FNumber-Guessing-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FNumber-Guessing-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FNumber-Guessing-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevGoyalG","download_url":"https://codeload.github.com/DevGoyalG/Number-Guessing-Game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FNumber-Guessing-Game/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259988269,"owners_count":22942234,"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":["guess-game","guess-the-number","guess-the-number-game","guessing-game","guessing-number-game","number-game","number-guess","number-guessing","number-guessing-game","number-guessing-game-js"],"created_at":"2025-03-11T02:37:33.589Z","updated_at":"2025-10-20T09:50:54.298Z","avatar_url":"https://github.com/DevGoyalG.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Star Badge](https://img.shields.io/static/v1?label=%F0%9F%8C%9F\u0026message=If%20Useful\u0026style=style=flat\u0026color=BC4E99)\n![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)\n[![View My Profile](https://img.shields.io/badge/View-My_Profile-green?logo=GitHub)](https://github.com/DevGoyalG)\n[![View Repositories](https://img.shields.io/badge/View-My_Repositories-blue?logo=GitHub)](https://github.com/DevGoyalG?tab=repositories)\n\n\n\u003ch1 align=\"center\"\u003e Number Guessing Game \u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e \u003cb\u003e If you found this repository helpful, give us a  ⭐️ \u003c/b\u003e \u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://readme-typing-svg.demolab.com?font=Segoe+script\u0026duration=1000\u0026pause=1000\u0026center=true\u0026vCenter=true\u0026random=false\u0026width=435\u0026lines=Goal+%3A+10+%E2%98%85\" alt=\"Typing SVG\" /\u003e\u003c/a\u003e \u003c/p\u003e\n\nA simple project where the user has to guess a random number between a specified range. The application will give hints whether the guess is too high or too low. This game is designed for ease of use and provides a fun experience. \n\n## 🌐 Live Demo\nCheck out the live demo of the Number Guessing Game [here](https://number-guess-play.netlify.app/).\n\n## 📸 Project Preview\nHere's a sneak peek of the Number Guessing Game:\n\n![Project Preview](assets/Number-Guessing-Game.png)\n\n## 🚀 Features\n- The player has to guess a randomly generated number within a specified range.\n- Instant feedback on whether the guessed number is too high or too low.\n- Displays the number of attempts taken to guess correctly.\n- Resets the game after a correct guess.\n\n## 🛠️ Tech Stack\n- **HTML** : For the structure of the game interface.\n- **CSS** : For styling the page and making it interactive.\n- **JavaScript** : For game logic, generating random numbers, and handling user inputs.\n\n## 🧑‍💻 Getting Started\n\nFollow the steps below to clone and use the project locally:\n\n### 1. Prerequisites\nMake sure you have **Git** installed. If not, you can download it [here](https://git-scm.com/).\n\n### 2. Clone the Repository\n```bash\ngit clone https://github.com/DevGoyalG/Number-Guessing-Game.git\n```\n\n## 🤝 Contributing\nContributions are welcome! If you have suggestions or want to report an issue, feel free to open an issue or create a pull request.\n\n## 👨‍💻 Created by\nThis project was created and is maintained by:\n**Dev Goyal**\n\nFeel free to reach out if you have any questions or suggestions! ❤️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgoyalg%2Fnumber-guessing-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevgoyalg%2Fnumber-guessing-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgoyalg%2Fnumber-guessing-game/lists"}