๐ Rock Paper Scissors - Python Edition ๐ชจ๐โ๏ธ A simple yet fun Rock-Paper-Scissors game written in Python, featuring ASCII art and an interactive command-line interface (CLI). Play against the computer and test your luck! ๐ฎ
A simple Rock-Paper-Scissors game written in Python without GUI.
- Play against the computer
- Randomized opponent choices
- Simple text-based interface
- Download and install Python from python.org
Open your terminal or command prompt and run:
git clone https://github.com/ankush-dhingraa/rock-paper-scissors-python- Execute the following command:
cd rock-paper-scissors-python- Execute the following command:
python rock_paper_scissors.pyWhat do you Chose? Type 0 for Rock, 1 for Paper, 2 for Scissor or 3 for EXIT # : 0
_______
---' ____)
(_____)
(_____)
(____)
---.__(___)
Computer Choose :
_______
---' ____)____
______)
__________)
(____)
---.__(___)
Rock wins against scissors.
๐๐๐
What do you Chose? Type 0 for Rock, 1 for Paper, 2 for Scissor or 3 for EXIT # : 2
_______
---' ____)____
______)
__________)
(____)
---.__(___)
Computer Choose :
_______
---' ____)____
______)
__________)
(____)
---.__(___)
it is a draw
What do you Chose? Type 0 for Rock, 1 for Paper, 2 for Scissor or 3 for EXIT # : 3
.######..##..##..######..######.
.##.......####.....##......##...
.####......##......##......##...
.##.......####.....##......##...
.######..##..##..######....##...
Thanks for playing! Remember, every game is a chance to improve. Goodbye!
This project is open-source under the MIT License. Feel free to use, modify, and improve it! ๐