Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 838 Bytes

File metadata and controls

33 lines (22 loc) · 838 Bytes

Rock-paper-scissor

This project implements a classic Rock-Paper-Scissors game using HTML for the structure, CSS for styling, and JavaScript for interactivity and game logic.

Features:

  • User chooses between Rock, Paper, and Scissors using interactive buttons.
  • Computer randomly selects its choice.
  • Game logic determines the winner based on the classic rules.
  • Visual feedback displays the outcome and player/computer choices.
  • Option to play again or reset the score.

Technologies Used:

  • HTML: Structure and content of the web page.
  • CSS: Styles and visual elements.
  • JavaScript: Game logic, interactivity, and dynamic updates.

Mneu:

Game:

Result: