Rock / paper / Scissors is a popular game. Make a program that allows players to play this game against a computer. The winner is the first to win 3 games.
Here are the rules…
- Rock beats scissors
- Scissors cuts paper
- Paper covers rock
- If both players choose the same item, the game is a draw (no-one wins, score remains unchanged)
Plan and create the program.
Make the program more flexible.
- Ask the user for the ‘goal score’ (i.e. first to ‘n’), where ‘n’ cannot be more than 10
- Ask the player if they would like to play again at the end of each complete game
Please ZIP up and submit...
- The completed program (called yourname_rps.py) and your completed program planning template (called yourname_RPS.pdf)
Upload your files here