Rock Paper Scissors Game
A simple and interactive Rock Paper Scissors game built with HTML, CSS, and JavaScript. This project is part of my learning journey through The Odin Project and showcases basic DOM manipulation, event handling, and game logic.
๐ Features
- Play against the computer
- Dynamic score tracking
- Responsive UI with animations
- Clean and beginner-friendly code
๐ง What I Learned
- Writing modular JavaScript functions
- Handling user input and events
- Updating the DOM dynamically
- Using conditionals and loops for game logic
๐ How to Run
- Clone the repo:
bash git@github.com:Henry3029/Project-Rock-Paper-Scissors.git - Open index.html in your browser
- Play and enjoy!
๐ Tech Stack
- HTML
- CSS
- JavaScript
๐ Acknowledgments
- The Odin Project for guiding the learning path
- EasyA for inspiring deeper Web3 exploration
Feel free to fork, star, or suggest improvements!