Skip to content

BhattAyush17/RockPaperScissorsGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors Game: A simple Rock Paper Scissors game built using HTML, CSS, and JavaScript. This game allows the user to play against the computer by choosing between rock, paper, or scissors. The computer randomly selects its move, and the game determines the winner based on classic rules.

Features:

User can select from Rock, Paper, or Scissors. The computer makes a random choice each round. The game displays the results of each round (win, lose, or draw). Keeps track of the score for both the user and the computer.

How to Play:

Click on one of the choices (Rock, Paper, or Scissors). The computer will automatically pick its choice. The result of the game (win, lose, or draw) will be displayed along with the updated score. Game Rules Rock beats Scissors. Scissors beats Paper. Paper beats Rock. If both the user and the computer choose the same option, the game ends in a draw.

Technologies Used:

HTML: Structure of the game. CSS: Styling and layout of the game interface. JavaScript: Game logic, random computer choices, and score tracking.

How to Run the Game:

Clone the repository or download the game files. bash Copy code git clone https://github.com/BhattAyush17/rock-paper-scissors.git Open the index.html file in any web browser. Or want just to try, so : https://rock-paper-scissor-kamehameha.netlify.app/ Start playing!

Future Improvements:

Add different levels of difficulty (e.g., Easy, Medium, Hard). Enhance UI/UX with better animations and sound effects. Allow the user to reset the score. Create a two-player mode.

License

This project is licensed under the MIT License.

About

I developed this game using core concepts of html, css, and javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published