Inspiration
I was inspired to create a simple yet enjoyable game that could be easily implemented using Python.
What it does
The game allows the player to choose between rock, paper, and scissors and then play against the computer. The winner is determined based on the traditional rules of the game.
How I built it
I built the game using Python's basic syntax and logic. I used randomization to simulate the computer's choice and created a simple user interface to display the game options and results.
Challenges I ran into
One challenge I faced was ensuring that the computer's choice was truly random and not biased towards any particular option. I also had to handle user input validation to ensure that only valid choices were accepted.
What I learned
Through this project, I better understood basic Python syntax and logic. I also learned how to use randomization effectively in programming.
Log in or sign up for Devpost to join the conversation.