Skip to content

Files

Latest commit

f89f8bd · Mar 20, 2024

History

History
3 lines (2 loc) · 363 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 363 Bytes

My rock paper scissors game uses HTML, CSS, and JavaScript to create an interface where users can click on buttons to make their choice. The game logic is implemented in JavaScript, comparing the user's choice to the computer's random choice and determining the winner based on the rules of the game.