Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.05 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.05 KB

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