Skip to content

RyanBaig/Rock-Paper-Scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors Game

A simple Rock Paper Scissors game implemented using Python and the Tkinter library.

Description

This repository contains a Python program that lets you play the classic Rock Paper Scissors game against an AI opponent. The game's graphical user interface (GUI) is built using the Tkinter library and TTkBootstrap Library for Styling.

Features

  • Play Rock Paper Scissors against the AI.
  • Keep track of user and AI wins.
  • Switch between the game and scores tabs.

Requirements

  • Python 3.x
  • Tkinter library
  • TTkBootstrap

Usage

  1. Clone the repository to your local machine:
git clone https://github.com/RyanBaig/rock-paper-scissors.git
  1. Navigate to the project directory:
cd rock-paper-scissors
  1. Install the dependencies:
pip install -r requirements.txt
  1. Run the game:
python game.py

Screenshots

Gameplay:

Gameplay

Scores:

Scores

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages