This issue tracks the development of the core logic for the Rock-Paper-Scissors game.
Goals:
- Accept user input (0 = Rock, 1 = Paper, 2 = Scissors)
- Generate random computer choice
- Compare choices and decide winner
- Display result with clear messages
- Prepare for replay and score tracking