A simple Rock Paper Scissors game implemented using Python and the Tkinter library.
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.
- Play Rock Paper Scissors against the AI.
- Keep track of user and AI wins.
- Switch between the game and scores tabs.
- Python 3.x
- Tkinter library
- TTkBootstrap
- Clone the repository to your local machine:
git clone https://github.com/RyanBaig/rock-paper-scissors.git
- Navigate to the project directory:
cd rock-paper-scissors
- Install the dependencies:
pip install -r requirements.txt
- Run the game:
python game.py