Inspiration

I love playing games and I always want to design a game by myself.

What it does

It's a rock, paper and scissors game play with computer. Player can win computer in a two out of three set match, and if they win, they can continue play a guessing number game.

How we built it

I use python. By simply use a loops, if-else statement and input to achieve interaction with players.

Challenges we ran into

I encountered many bugs while achieving my goal, so I adjusted my code for lots of time after trial and error. In addition, I learned how to use the time import to achieve the countdown in the game, which is something new learned outside from the classroom.

Accomplishments that we're proud of

I was proud that my whole project was only designed by myself. I generate my own thoughts, and I take action to accomplish that goal. I was proud of using the knowledge learned throughout CS 111.

What we learned

I learned we can import time in python to output anything related to time(seconds, minutes, hours). Also, I learned how to change the color of output to make it more fun for player.

What's next for rock, paper and scissors game

I will build that game into a website by using flask.

Built With

Share this project:

Updates