I am very happy to submit my Rock Paper Scissors game project. In this project, I built an interactive game where the user plays against the computer using simple clicks. The computer generates random choices, and the winner is decided based on the classic game rules.
While working on this project, I learned how to use JavaScript for DOM manipulation, event handling, and implementing game logic. One of the challenging parts was writing the logic to correctly compare user and computer choices and update the score dynamically.
I am proud of creating a clean and user-friendly interface along with real-time score updates and result messages. This project helped me strengthen my basics in HTML, CSS, and JavaScript and gave me confidence in building interactive web applications.