{"id":29796485,"url":"https://github.com/webdevbysubha/rock-paper-scissor-game","last_synced_at":"2025-07-28T05:10:31.621Z","repository":{"id":295462946,"uuid":"990178523","full_name":"webdevbysubha/rock-paper-scissor-game","owner":"webdevbysubha","description":"⬇️ Download and Install the game from here : https://1drv.ms/f/c/3964ccb855b6aa97/EuINSQ0DyeBEvzAcUOK9LkoBvUnoM_p5hCSzy1VJzzUSAA?e=tY1hA7","archived":false,"fork":false,"pushed_at":"2025-06-05T16:54:25.000Z","size":3812,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-05T17:42:25.394Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/webdevbysubha.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":"2025-05-25T16:57:25.000Z","updated_at":"2025-06-05T16:58:06.000Z","dependencies_parsed_at":"2025-05-25T18:35:24.698Z","dependency_job_id":null,"html_url":"https://github.com/webdevbysubha/rock-paper-scissor-game","commit_stats":null,"previous_names":["webdevbysubha/rock-paper-scissor-game"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webdevbysubha/rock-paper-scissor-game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevbysubha%2Frock-paper-scissor-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevbysubha%2Frock-paper-scissor-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevbysubha%2Frock-paper-scissor-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevbysubha%2Frock-paper-scissor-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdevbysubha","download_url":"https://codeload.github.com/webdevbysubha/rock-paper-scissor-game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevbysubha%2Frock-paper-scissor-game/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267464522,"owners_count":24091505,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-07-28T05:10:28.568Z","updated_at":"2025-07-28T05:10:31.612Z","avatar_url":"https://github.com/webdevbysubha.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Rock Paper Scissors: Space Edition 🌌\n\nA modern twist on the classic **Rock, Paper, Scissors** game - now set in **space**!  \nBuilt with **Amazon Q CLI** and **Pygame**, this project showcases interactive visuals, smooth transitions, and a sleek space-themed design.\n\n---\n\n![Rock Paper Scissors Banner](assets/banner.jpg)\n\n## ✨ Features\n\n- 🌠 **Space-Themed Interface**  \n  Dive into a cosmic UI with stars, planets, and glowing visuals.\n\n- 🎮 **Classic Gameplay**  \n  Experience the age-old Rock, Paper, Scissors - with futuristic flair.\n\n- 🧠 **Computer AI Opponent**  \n  Challenge the built-in AI that picks its move randomly.\n\n- 🔁 **Instant Replay**  \n  Keep playing round after round with a single click.\n\n- 🧼 **Clean \u0026 Modern UI**  \n  Enjoy an intuitive and polished game interface.\n\n---\n\n## ⚙️ Built With\n\n- 🧊 **Amazon Q CLI** – for seamless coding assistance and intelligent recommendations  \n- 🕹 **Pygame** – for creating graphics, animations, and interactive game flow\n\n---\n\n## 🖥️ Requirements\n\n- Python 3.6+\n- Pygame\n\n---\n\n## 📦 Installation\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/webdevbysubha/rock-paper-scissor-game.git\n   cd rock-paper-scissor-game\n   ```\n\n2. Install the required packages:\n   ```bash\n   pip install pygame\n   ```\n\n---\n\n## ▶️ How to Run\n\n```bash\npython rps.py\n```\n\n---\n\n## 🕹️ How to Play\n\n1. Launch the game and click **\"Play Game\"** on the main menu.\n2. Choose between **Rock**, **Paper**, or **Scissors** using the icons.\n3. Watch the results unfold with animations.\n4. Click **\"Play Again\"** or close the window to quit.\n\n---\n\n## 🖱️ Controls\n\n- Use the **mouse** to make selections.\n- Close the window to exit the game.\n\n---\n\n## 📁 Folder Structure\n\n```\nrock-paper-scissors-game/\n│\n├── assets/               # Images, icons, fonts\n│   ├── rock.png\n│   ├── paper.png\n│   ├── scissors.png\n│   └── ...\n│\n├── rps.py               # Core game logic\n├── README.md             # Project documentation\n```\n---\n## **🎮 Ready to Play? Directly Download \u0026 Install !**\n**Download the setup file**  \n   🔗 [Click here](https://1drv.ms/f/c/3964ccb855b6aa97/EuINSQ0DyeBEvzAcUOK9LkoBvUnoM_p5hCSzy1VJzzUSAA?e=tY1hA7)\n\n## Developed With ❤️ by **Subha Mondal**\n\n- Thank you for checking out this project! ✌️\n- If you liked it, consider giving it a ⭐ on GitHub or sharing it with others.\n- Feel free to fork, contribute, or open issues - your support means a lot! 💫\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevbysubha%2Frock-paper-scissor-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdevbysubha%2Frock-paper-scissor-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevbysubha%2Frock-paper-scissor-game/lists"}