Rock_Paper_Scissors_Cut

A time passing famous hand game known as rock paper scissors cut game. Starting from children to adults everyone plays this game. This game is very playful and if not, one of the best time passing game.

Logo

Authors

Must Read

This is program that runs on python. You need python 3.9 or up. Remember to have this installed before playing it.

This program uses a module called time which is a pre-installed module in python. So you need not to install any additional modules or anything.

Installation

To deploy this project you dont need to install any modules

Running the project

Open any terminal or the default terminal in VS CODE and type the following

  python.exe main.py

About the Code

This program runs to serve you as an opponent for playing rock-paper-scissors-cut game. You will be prompted with a main line for you to give commands or inputs like which option you will choose or will you quit playing.

After getting the code the computer willl generate a random number from 0 to 2 since indexing of the options list starts from 0 to 2 respectively.

After this the computer will compare the two picks and thus come to an conclusion. It will also keep an count of all the results like win_count, loss_count and draw_count. All results will be displayed to the user upon quiting the game.

Usage

Options to play: [rock, paper, scissors]

Option to quit: “Q” or “q”

This program is not case sensitive.

Contributing

Contributions are always welcome!

Please adhere to this project’s code of conduct.

Feedback

If you have any feedback, please reach out to us at [email protected]

GitHub

View Github