Script developed in Python to play rock, paper, scissors
Function 1: Ask the player an integer option between 0 as rock, 1 as paper and 2 as scissorsFunction 2 automatic: Generate a random choice for the computer between 0 and 2Function 3 automatic: Check choices according to the game rule and return the game result
- Python 3.12
- random
- Python 3.12 installed required
- Download repository files
- Open terminal and acess project folder
- run python jokenpo.py