Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 263 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 263 Bytes

Rock-Paper-Scissors

Implementation of the game to teach python basics to newcomers

Dependencies
Python 2.7

Run
python rock_paper_scissor.py

Note: Remember to give execute permissions to the file using chmod +x rock_paper_scissor.py