Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 364 Bytes

File metadata and controls

10 lines (5 loc) · 364 Bytes

Rock Paper Scissors Engine

Educational project to play Rock Paper Scissors with the computer.

Features

  • Smart Input Normalization: Accepts multiple input formats (e.g., "r", "Rock", "rock", "R") and standardizes them for processing.
  • Performance Analytics: Calculates and displays real-time win percentages and total rounds played upon exit.7.