Skip to content

Aryan-Garg-dev/rock-paper-scissor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Rock, Paper, Scissor Game

Introduction

This Python script implements a simple Rock, Paper, Scissor game with a graphical user interface (GUI) using the Tkinter library. The game allows the user to play against the computer, with scores tracked for both parties.

image

Features

  • Welcome Animation: An animated welcome screen introduces the game.
  • Score Tracking: Player and computer scores are displayed and updated after each round.
  • Move Selection: Buttons allow the player to choose Rock, Paper, or Scissor.
  • Random AI Moves: The computer makes random moves for each round.
  • Result Display: The result of each round is displayed on the screen.

Requirements

  • Python 3.11
  • Tkinter library

Enjoy playing the Rock, Paper, Scissor Game!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages