https://github.com/triomit50/stone-paper-scissors
A simple Python code for the game - Stone Paper Scissors.
https://github.com/triomit50/stone-paper-scissors
code game python stone-paper-scissors
Last synced: 7 months ago
JSON representation
A simple Python code for the game - Stone Paper Scissors.
- Host: GitHub
- URL: https://github.com/triomit50/stone-paper-scissors
- Owner: triomit50
- Created: 2025-03-29T13:46:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T13:57:52.000Z (10 months ago)
- Last Synced: 2025-03-29T14:32:51.701Z (10 months ago)
- Topics: code, game, python, stone-paper-scissors
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎮 Stone-Paper-Scissors
## Table of Contents
- Description
- Tools used
- How to run
## Description
This is a simple Stone-Paper-Scissors game, coded using the Python language. This game can be played either by 2 players or with the PC-AI. The PC-AI operates using randomly generated moves for the game, keeping the game realistic and fair. The user can type "stone", "paper" & "scissors" prompt words as their choice and can play on for certain specified number of rounds. Scores are maintained and winner is determined based on the highest score.
## Tools used
🐍 Python 🎲 Random library
## How to run
The .py file is executed, which contains the main code content.