This is my first project: Scissors, Paper, Stone — a fun game where you play against the computer! The outcome is based on the choices made by you and the computer.
- Both you and the computer will make a choice: Scissors, Paper, or Stone.
- The winner is determined by these rules:
- Scissors beats Paper (Scissors cuts Paper).
- Paper beats Stone (Paper wraps Stone).
- Stone beats Scissors (Stone smashes Scissors).
- If both choose the same option, it's a tie!
-
Visual Feedback:
To enhance the experience, I’ve added colors to indicate the result of each round:- Green: For a win.
- Red: For a loss.
- Yellow: For a draw.
-
Final Results:
After playing multiple rounds, the game displays the final results and the final points earned by both you and the computer.
This project is a simple implementation of the game with logic to determine the winner based on the rules. It's designed for you to enjoy and practice programming fundamentals.
- Clone or download this repository to your local machine.
- Run the project in your preferred environment.
I hope you understand the general idea of this project. Run it and have fun! 🎉
Thank you for checking out my project! 😊