python-scripts/scripts/Rock_Paper_Scissor
Abhishek Tanwar fe2800d44d
Resolved issue #440
Case sensitivity for user inputs removed as per the issue #440 
Removed case sensitivity from user input by converting all user input to lower case.
Issue #440 resolved
2023-03-20 23:43:45 +05:30
..
2022-10-04 13:17:36 +05:30
2023-03-20 23:43:45 +05:30

Rock Paper Scissor Game

This is a text-based game of Rock Paper Scissor made using Python where you play with a bot using CLI.

How to install?

  1. Download the file rock_paper_scissor.py
  2. Open CMD (Command Prompt)
  3. Run python rock_paper_scissor.py
  4. Follow the instructions and enjoy!

Requirements?

None!

Hope you enjoy it! ❤️