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

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.

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.