{"id":26139833,"url":"https://github.com/devgoyalg/rock-paper-scissors-game","last_synced_at":"2025-06-21T04:10:14.601Z","repository":{"id":249308012,"uuid":"831152895","full_name":"DevGoyalG/Rock-Paper-Scissors-Game","owner":"DevGoyalG","description":"Rock Paper Scissors Game using HTML, CSS and JavaScript","archived":false,"fork":false,"pushed_at":"2024-11-26T18:26:56.000Z","size":88,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T00:57:02.493Z","etag":null,"topics":["javascript-game","rock-paper-scissors","rock-paper-scissors-game","rock-paper-scissors-js","rock-paper-scissors-website","web-development-project"],"latest_commit_sha":null,"homepage":"https://rock-paper-scissors-play.netlify.app/","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/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-07-19T19:36:57.000Z","updated_at":"2024-11-26T18:27:00.000Z","dependencies_parsed_at":"2024-07-20T00:52:12.676Z","dependency_job_id":"53f0933e-ef85-483e-8813-157eb6fcfe5e","html_url":"https://github.com/DevGoyalG/Rock-Paper-Scissors-Game","commit_stats":null,"previous_names":["devgoyalg/rock-paper-scissors-game"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevGoyalG/Rock-Paper-Scissors-Game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FRock-Paper-Scissors-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FRock-Paper-Scissors-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FRock-Paper-Scissors-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FRock-Paper-Scissors-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevGoyalG","download_url":"https://codeload.github.com/DevGoyalG/Rock-Paper-Scissors-Game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FRock-Paper-Scissors-Game/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261060173,"owners_count":23103987,"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":["javascript-game","rock-paper-scissors","rock-paper-scissors-game","rock-paper-scissors-js","rock-paper-scissors-website","web-development-project"],"created_at":"2025-03-11T02:37:29.303Z","updated_at":"2025-06-21T04:10:09.587Z","avatar_url":"https://github.com/DevGoyalG.png","language":"JavaScript","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 Rock Paper Scissors 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 and interactive Rock Paper Scissors Game where you can play against the computer. The game allows you to choose between rock, paper, or scissors, and the computer will randomly select its choice. The result is then displayed, showing whether you won, lost, or tied.\n\n## 🌐 Live Demo\nCheck out the live demo of the Rock Paper Scissors Game [here](https://rock-paper-scissors-play.netlify.app/).\n\n## 📸 Project Preview\nHere's a sneak peek of the Rock Paper Scissors Game:\n\n![Project Preview](assets/Rock-Paper-Scissors.png)\n\n## 🚀 Features\n- Allows you to play Rock, Paper, Scissors against the computer.\n- Displays the result of each round: Win, Lose, or Tie.\n- Tracks and displays your score (number of wins).\n- Simple and responsive design, perfect for both desktop and mobile.\n\n## 🛠️ Tech Stack\n- **HTML** : For the structure of the game interface.\n- **CSS** : For styling the page and creating the game’s layout.\n- **JavaScript** : For the game logic, handling user input, and generating random computer choices.\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/Rock-Paper-Scissors-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%2Frock-paper-scissors-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevgoyalg%2Frock-paper-scissors-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgoyalg%2Frock-paper-scissors-game/lists"}