Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayen007/rock-paper-scissors
The classic rock paper scissors game.
https://github.com/mayen007/rock-paper-scissors
Last synced: 12 days ago
JSON representation
The classic rock paper scissors game.
- Host: GitHub
- URL: https://github.com/mayen007/rock-paper-scissors
- Owner: Mayen007
- License: mit
- Created: 2024-08-27T14:00:58.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T13:17:50.000Z (about 2 months ago)
- Last Synced: 2024-11-05T14:17:57.022Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://mayen007.github.io/Rock-Paper-Scissors/
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rock Paper Scissors Game
## Overview
A simple implementation of the classic "Rock, Paper, Scissors" game, built using HTML, CSS, and JavaScript. The game includes interactive buttons, keyboard shortcuts, and an autoplay feature for a fun and dynamic user experience.
## Features
- **Interactive gameplay**: Click on icons or use keyboard shortcuts to play.
- **Keyboard shortcuts**:
- **R**: Select Rock
- **P**: Select Paper
- **S**: Select Scissors
- **A**: Enable Auto-play mode
- **Backspace**: Reset the score
- **Dynamic feedback**: Real-time updates of the game result and score.
- **Autoplay option**: Let the computer play automatically to test the randomness.## Installation
1. Clone the repository to your local machine:
```bash
git clone https://github.com/Mayen007/rock-paper-scissors.git
```