Welcome to the Rock Paper Scissors game! This interactive Python project lets you play the classic game against the computer. Test your luck, practice your strategy, and enjoy a quick break with some coding fun!
Follow the steps below to set up and start the game:
git clone https://github.com/Innocent6303/Rock-paper-scissors-python-.git
2๏ธโฃ Open Your Terminal
Navigate to the folder where you cloned the repository.
3๏ธโฃ Run the Game You can either:
- Run using the IDE's "Run" button
- Manually start the game from the terminal by entering
python rock_paper_scissors.py
1.The program will prompt you to pick one of the following:
- Rock
- Paper
- Scissors
- Enter q to quit the game.
-
The computer will make its move, and the result will be displayed immediately!
-
Play as many rounds as you like and see who wins the most!
pick any one, Rock /Paper/scissors or q to quit: rock
computer picked paper.
You lost!
pick any one, Rock /Paper/scissors or q to quit: paper
computer picked paper.
You lost!
pick any one, Rock /Paper/scissors or q to quit: scissors
computer picked paper.
You win!!
pick any one, Rock /Paper/scissors or q to quit: q
You won 1 times.
Computer won 2 times.
Game over!
๐ Features
-
Simple and fun game logic.
-
Playable from the command line.
-
Keeps track of wins and losses for both the player and the computer.
-
User-friendly instructions to get started quickly.
๐ Why This Project?
This game is perfect for:
-
Python beginners looking for an easy and fun project.
-
Learning the basics of Python input/output and conditional statements.
-
Practicing loops and randomization techniques in Python.
๐ค Contributing
If you'd like to improve this project, feel free to fork the repository, make your changes, and submit a pull request. Contributions are always welcome!
โญ Star this repository if you found it fun and helpful!