Inspiration

This project was inspired by a game created by the main character from big bang theory (and my absolute favourite)...Sheldon! If you still don't recognize that it is Rock Paper Scissors Lizard Spock...Go watch it at https://www.youtube.com/watch?v=x5Q6-wMx-K8.

What it does

It is very very easy, just a simple game that accepts moves from two people and then prints out who won.

How we built it

I built it using python...Which I am currently learning in my school.

Challenges we ran into

The only two challenges I ran into was evaluating who won from the indices of their moves. After some research, I found out a thing known as Win Matrix which was the exact answer to my problem. Another challenge was to accept inputs in such a way that the other person does not have any chance of seeing it. This too was an easy fix after I read about the getpass module.

Accomplishments that we're proud of

I am proud of the fact that I learnt about new modules like getpass and time...I am also proud of learning about what is a Win Matrix.

Built With

Share this project:

Updates