- Description
- Tools used
- How to run
This is a simple Stone-Paper-Scissors game, coded using the Python language. This game can be played either by 2 players or with the PC-AI. The PC-AI operates using randomly generated moves for the game, keeping the game realistic and fair. The user can type "stone", "paper" & "scissors" prompt words as their choice and can play on for certain specified number of rounds. Scores are maintained and winner is determined based on the highest score.
๐ Python ๐ฒ Random library
The .py file is executed, which contains the main code content.