Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 423 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 423 Bytes

Rock Paper Scissors!

Allows you to play rock, paper scissors vs python in the cli!

Requirements:

  • Python 3
  • pynput (pip install pynput)

How to play:

  • 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.