Interactive Python project demonstrating loops, conditionals, dictionaries, secure input handling, program flow control, randomized gameplay, and final game statistics.
This project is an interactive Rock-Paper-Scissors game written in Python. It demonstrates loops, conditionals, dictionaries, secure input handling, program flow control, randomized gameplay, and final game statistics.
- Validates user input to prevent invalid entries
- Randomized computer weapon selection
- Score tracking for wins, losses, and ties
- Weapon usage statistics
- Clean program flow using loops, dictionaries, and conditional logic
Make sure you have Python 3 installed, then run the project with: proj02.py


