Skip to content

Rock Paper Scissors - A Fun Python Game This repository contains a simple and interactive Rock Paper Scissors game implemented in Python. The game allows users to play against the computer. It's a beginner-friendly project showcasing the use of Python's core logic, input handling, and randomization

Notifications You must be signed in to change notification settings

mujeebdev3/Rock-paper-scissors-python-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

🎮 Rock Paper Scissors - Python Game

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!


🚀 Getting Started

Follow the steps below to set up and start the game:

1️⃣ Clone the Repository

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

🎲 How to Play

1.The program will prompt you to pick one of the following:

  • Rock
  • Paper
  • Scissors
  • Enter q to quit the game.
  1. The computer will make its move, and the result will be displayed immediately!

  2. 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!

🏆 Show Your Support

⭐ Star this repository if you found it fun and helpful!

About

Rock Paper Scissors - A Fun Python Game This repository contains a simple and interactive Rock Paper Scissors game implemented in Python. The game allows users to play against the computer. It's a beginner-friendly project showcasing the use of Python's core logic, input handling, and randomization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages