Inspiration

My inspiration for creating a Rock, Paper, Scissors game came from wanting to digitize a universally known and loved game. I aimed to keep it simple yet engaging, providing a quick and accessible form of entertainment that also serves as a great introduction to the basics of programming logic and user interaction.

What it does

The game offers a straightforward interface where users can choose between rock, paper, or scissors against a computer opponent. The program then compares the user's choice with the computer's random choice to determine the winner, based on the classic rules of the game.

How we built it

I built this game using Python, capitalizing on its simplicity and the extensive support of its standard libraries. We used the random module to simulate the computer's choice and basic control flow to compare choices and determine the outcome of each round.

Accomplishments that we're proud of

I'm proud of creating a fully functional game that is easy to play and understand. This project allowed us to refine our programming skills, particularly in implementing game logic and managing user input in Python.

Built With

Share this project:

Updates