Skip to content

SehrishIlyas/Rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors Game

Overview

This is a simple Rock-Paper-Scissors game implemented in Python using the SimpleGUI library. The game allows a human player to play against the computer, with choices being made via button clicks. The game keeps track of scores and displays the result after each round.

Features

  • Play Rock, Paper, or Scissors against the computer.
  • Track and display scores for both the human player and the computer.
  • Display the result of each round and the overall winner.

Requirements

  • Python 3.x
  • simpleguitk library for graphical interface
  pip install simpleguitk

Usage

  • Clone or Download the Repository: If you have a repository or a downloaded script, navigate to the directory containing the script.

  • Run the Script: Execute the script using Python. For example:

python rock_paper_scissors.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages