Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```