Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/innocent6303/rock-paper-scissors-python-
- Owner: Innocent6303
- Created: 2023-01-24T20:10:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T23:20:31.000Z (about 2 months ago)
- Last Synced: 2024-12-01T00:25:05.090Z (about 2 months ago)
- Topics: beginner-python-projects, command-line-games, interactive-games, python-games, python-logic-practice, python3, rock-paper-scissors
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 TerminalNavigate 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 Play1.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.
#
🤝 ContributingIf 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!