Built a Rock-Paper-Scissors game with OTP verification in Python.
Created an interactive Rock Paper Scissors Game using Python and Streamlit. The app lets users play against the computer in real time, tracking wins, losses, and draws across multiple rounds. It features a clean layout, instant result display, and a dynamic scoreboard powered by Streamlit’s session state management.