From 7d74aa4db07116a3f6ec907d83daa9aa1a438581 Mon Sep 17 00:00:00 2001 From: Harshavardhan Bajoria <62978274+HVbajoria@users.noreply.github.com> Date: Tue, 4 Oct 2022 13:17:36 +0530 Subject: [PATCH] Create README.md --- scripts/Rock_Paper_Scissor/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 scripts/Rock_Paper_Scissor/README.md diff --git a/scripts/Rock_Paper_Scissor/README.md b/scripts/Rock_Paper_Scissor/README.md new file mode 100644 index 0000000..61f9232 --- /dev/null +++ b/scripts/Rock_Paper_Scissor/README.md @@ -0,0 +1,13 @@ +# 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! :heart: