Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 480 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 480 Bytes

~User interface with buttons for each choice (rock, paper, scissors) using HTML.

~CSS is used to style these buttons and the overall layout to make it visually appealing.

~JavaScript handles the game logic: capturing the player's choice, randomly selecting the computer's choice, comparing the two to determine the winner, and updating the display with the results.

The game provides immediate feedback to the player, creating an interactive and enjoyable experience.