You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple Command Line Interface Rock Paper Scissors game written in Python language. The game can be played against the computer, where the computer chooses a random move.
4
+
5
+
6
+
## How to Play
7
+
8
+
To play the game, run the main.py file in your Python environment.
9
+
10
+
The program will prompt the user to select either rock, paper, or scissor in the CLI.
11
+
After the user selects their choice, the computer will randomly choose one of the three options as well. The program will then determine the winner based on the classic rock paper scissors rules:
12
+
13
+
- Rock beats scissors
14
+
- Scissors beats paper
15
+
- Paper beats rock
16
+
17
+
The program will display the user's choice, the computer's choice, and the outcome of the game (win, lose, or tie).
18
+
19
+
## Requirements
20
+
21
+
This program was developed using Python 3. To run the program, you will need to have Python 3 installed on your computer.
22
+
23
+
24
+
## Acknowledgements
25
+
26
+
- This project was inspired by the classic game of rock paper scissors.
27
+
- Special thanks to anyone whose code was used as a reference.
28
+
16
29
<br>
17
-
OS: Linux
30
+
31
+
Created by [Aswin P Kumar](https://github.com/AswinPKumar01)
0 commit comments