A Rock-Paper-Scissors game with score tracking, history, and winning rate calculation, built in Python.
- Choose between Rock, Paper, or Scissors.
- Play up to 3 rounds per game, and choose to continue playing.
- Track your score, computer's score, and the number of ties.
- View a history of your scores for each game round.
- Calculate and display your winning rate at the end of all rounds.
-
Clone this repository.
-
Run the following command in your terminal:
python rock_paper_scissors.py
-
Follow the on-screen instructions to play the game.
Please enter your gesture s(scissors) r(Rock) p(paper): Your gesture: paper Computer gesture: rock You win! Your scores: 3, Computer scores: 1, Even scores: 0 Your winning rate: 75.00%