{"id":20309266,"url":"https://github.com/j-winston/rockpaperscissors-javascript-game","last_synced_at":"2025-08-09T17:18:58.457Z","repository":{"id":151193743,"uuid":"504688891","full_name":"j-winston/RockPaperScissors-JavaScript-Game","owner":"j-winston","description":"A fun, interactive Rock, Paper, Scissors game inspired by the classic arcade game Double Dragon, built with Vanilla JavaScript, HTML5, and CSS3. Challenge the AI opponent in a retro-themed environment with animations and mobile-friendly design.","archived":false,"fork":false,"pushed_at":"2024-10-23T16:55:58.000Z","size":65940,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T07:46:06.137Z","etag":null,"topics":["css3","game-development","html5","javascript","mobile-first","mobilefriendly","responsive-design","retro-game","vanilla-javascript","web-development"],"latest_commit_sha":null,"homepage":"https://j-winston.github.io/Double-Dragon-Rock-Scissors-Paper/","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/j-winston.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":"2022-06-17T22:35:44.000Z","updated_at":"2024-10-23T16:56:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e1f6150-94b8-4ab3-a05c-403b248986e3","html_url":"https://github.com/j-winston/RockPaperScissors-JavaScript-Game","commit_stats":null,"previous_names":["j-winston/rockpaperscissors-javascript-game"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/j-winston/RockPaperScissors-JavaScript-Game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-winston%2FRockPaperScissors-JavaScript-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-winston%2FRockPaperScissors-JavaScript-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-winston%2FRockPaperScissors-JavaScript-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-winston%2FRockPaperScissors-JavaScript-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/j-winston","download_url":"https://codeload.github.com/j-winston/RockPaperScissors-JavaScript-Game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-winston%2FRockPaperScissors-JavaScript-Game/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269606718,"owners_count":24446248,"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-08-09T02:00:10.424Z","response_time":111,"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":["css3","game-development","html5","javascript","mobile-first","mobilefriendly","responsive-design","retro-game","vanilla-javascript","web-development"],"created_at":"2024-11-14T17:26:29.693Z","updated_at":"2025-08-09T17:18:58.413Z","avatar_url":"https://github.com/j-winston.png","language":"JavaScript","readme":"# Double Dragon Rock Paper Scissors: A Vanilla JavaScript Game\n\nRemember the arcade hit, Double Dragon? Here’s a rock-paper-scissors version inspired by one of my childhood favorites. This game is built with **Vanilla JavaScript**, **HTML5**, and **CSS3**. Face off against Willy in hand-to-hand combat using the classic \"rock, paper, scissors\" format with a retro game vibe!\n\n[Play the game here](https://j-winston.github.io/Double-Dragon-Rock-Scissors-Paper/)\n\n---\n\n## Features\n\n- **Interactive Gameplay**: Play against a simple AI opponent that reacts to user input.\n- **Retro UI**: Nostalgic design inspired by classic arcade games.\n- **Responsive Design**: Optimized for both desktop and mobile screens.\n- **JavaScript Game Logic**: Core functionality built using Vanilla JavaScript to handle game rounds and outcomes.\n- **Animations**: Basic CSS animations to enhance user experience during gameplay.\n\n---\n\n## Screenshots\n\n![Screenshot from 2022-08-15 16-21-17](https://user-images.githubusercontent.com/102254727/184711899-40996198-d26c-4e22-8de8-534f8189c8c9.png)\n\n\n![Screenshot from 2022-08-15 16-21-41](https://user-images.githubusercontent.com/102254727/184712050-4865b8e1-843b-4b4a-8aa3-7e43651fedb9.png)\n![Screenshot from 2022-08-15 16-21-46](https://user-images.githubusercontent.com/102254727/184712069-eeec02cd-73e4-451a-bb7f-53232ad889ae.png)\n![Screenshot from 2022-08-15 16-22-15](https://user-images.githubusercontent.com/102254727/184712079-e658fc0b-00cf-4a85-a00a-ae9c6fcb0eea.png)\n\n---\n\n## Technologies Used\n\n- **Vanilla JavaScript**: Core game logic.\n- **HTML5**: Structuring the game interface.\n- **CSS3**: Styling and layout, including responsive design for mobile and desktop.\n- **GitHub Pages**: Deployed the game for public access.\n\n---\n\n## How to Play\n\n1. **Choose your move**: Rock, Scissors, or Paper.\n2. **Battle Willy**: The AI opponent will randomly choose its move.\n3. **Game Outcome**: See who wins based on the classic rules of rock-paper-scissors.\n\n---\n\n## Setup and Installation\n\nTo run the project locally, follow these steps:\n\n## Setup and Installation\n\nFollow these steps to set up and run the project locally on your machine.\n\n### 1. Clone the Repository\n\nTo get a copy of the project on your local machine, use the following command:\n\n```bash\ngit clone https://github.com/j-winston/RockPaperScissors-JavaScript-Game.git\n```\n\n### 2. Navigate to the Project Directory\nOnce the repository is cloned, use the following command to navigate to the project folder:\n```bash\ncd RockPaperScissors-JavaScript-Game\n```\n\n### 3. Open index.html File \nTo run the game locally, open the index.html file directly in your browser.\n\n### 4. Future Potential Improvements \n* **Add sound** effects to enhance the gaming experience.\n* Implement a **multiplayer mode** for users to play against each other.\n* Add more **difficulty levels** to challenge the player.\n* Include additional **characters** and **moves** to expand the gameplay options.\n\n\n### 5. Inspiration\nThe **Double Dragon** arcade game inspired this project. The idea was to merge a nostalgic game aesthetic with a fun web-based game like rock-paper-scissors. \n\n\n### 6. Contact\nIf you have any questions or feedback, feel free to reach out. \n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-winston%2Frockpaperscissors-javascript-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj-winston%2Frockpaperscissors-javascript-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-winston%2Frockpaperscissors-javascript-game/lists"}