Allows you to play rock, paper scissors vs python in the cli!
- Python 3
- pynput (
pip install pynput
)
- To run the program type python rockPaperScissors.py within your terminal.
- Click 1, 2 or 3 to play Rock, Paper or Scissors respectively.
- The result will be displayed in the terminal.
- If you want to exit the program press the esc key.