Inspiration

Email: manavhpanchal@gmail.com. What inspired us was that we were beginners in programming. We wanted to do a project which was simple so we picked the simplest language, Python.

What it does

This project is a game called Rock Paper Scissors. There is a computer and a player. The player picks either Rock, Paper, or Scissors. The computer picks randomly from Rock, Paper, or Scissors. From the outcome the program prints if the player Won, Lost, or Tied.

How we built it

At first, we looked at tutorials that taught us the basics of how this game worked. With that in mind, we started to make our own certain code with python to have a similar interface with it. Afterward, we edited minor things of the code to have the code running without minor bugs or issues.

Challenges we ran into

The challenges we ran into were that when we first ran the code, it was in Pycharm, and it printed that it could not recognize the terms rock, paper, or scissors. We then ran the same code on a different application called Spyder. In that interface, the code worked successfully and we realized that Pycharm is actually also for Raspberry pi and Python itself.

Accomplishments that we're proud of

The accomplishments that we are proud of is that we created our first running game.

What we learned

In the process of making this game, we learned; how to define variables and create an else-if loop.

What's next for Rock Paper Scissors Python Game

In the future, we are thinking about making advancements in the game. One type of advancement that we are trying to create is more inputs and outputs. Such as Rock, Paper, Scissors, Fire, Water, Ice, etc.

Built With

Share this project:

Updates