Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 470 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 470 Bytes

Rock-Paper-Scissors-Game

This is a simple Rock-Paper-Scissors game built using Html, CSS, JavaScript. In this game, the user can play against the computer by selecting rock, paper, or scissors. The computer generates a random choice, and the winner is determined according to the rules of the classic Rock-Paper-Scissors game.

Features:

User vs. Computer gameplay Random computer choices Win/loss/draw logic based on user and computer input Simple and interactive