Inspiration

MLH GHW Challenge: Build a Rock, Paper, Scissors game

What it does

This project implements a basic rock, paper, scissors game where user is asked to input a choice from rock, paper or scissor. The program randomly selects a choice from rock, paper or scissor. After comparing the choices of user and program, winner is decided.

How we built it

The code for this project has been written in Python programming language. Basic function, if-else syntax has been used for program implmentation.

Built With

Share this project:

Updates