Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/innocent6303/rock-paper-scissors-python-

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
https://github.com/innocent6303/rock-paper-scissors-python-

beginner-python-projects command-line-games interactive-games python-games python-logic-practice python3 rock-paper-scissors

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 🎮 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
```bash
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

```bash
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.

2. The computer will make its move, and the result will be displayed immediately!

3. Play as many rounds as you like and see who wins the most!

##
```bash
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!