Skip to content

thinun/Rock-Paper-Scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock, Paper, Scissors Game

Description

This is a simple web-based implementation of the classic Rock, Paper, Scissors game. Users can play against the computer by selecting one of three options: rock, paper, or scissors. After making their selection, the computer randomly chooses one of the options, and the game determines the winner based on the traditional rules: rock beats scissors, scissors beats paper, and paper beats rock. The project includes features such as score tracking, visual feedback, and responsive design to provide an enjoyable and interactive gaming experience. The user's score, including the number of wins, losses, and ties, is displayed on the web page and stored in the browser's local storage for persistence across page reloads and browser sessions. Visual feedback is provided after each round, indicating the user's move, the computer's move, and the result of the game.

Features

  • Play Rock, Paper, Scissors against the computer.
  • Track your score: number of wins, losses, and ties.
  • Visual feedback after each round.
  • Responsive design for optimal viewing across different devices and screen sizes.
  • Reset score functionality to start afresh.

Technologies Used

HTML5 CSS3 JavaScript

Usage

Clone the repository to your local machine. Open the index.html file in your web browser. Play the game by selecting one of the available options: rock, paper, or scissors. View the results of each round and track your score. Reset the score at any time to start a new game.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published