Skip to content

harshwashere/Rock-Paper-Scissors-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors Game

I created a game using Python's TKinter Module for GUI.

Images and Gameplay Video

Screenshot 2023-12-05 202940
Rock.Paper.Scissors.Output.Video.-.Made.with.Clipchamp.mp4

Details and description of project

In this Project, I have created a Rock Paper scissors game using Python's Tkinter. In this project, there are three images for rock paper scissor which generates randomly by using random module for generating random integer using randint() method from 0 to 2 which represents each images and accordingly the images are shown. It also has a dropdown menu for listing out selection of choice from "Rock, Paper and Scissors". Lastly, it has two buttons one is for spinning the game and second is for reseting the game. I have also done some validation like if user tries to spin the game without selecting their choice, the won't spin and show a message to select the options.

About

I created a game using Python's TKinter Module for GUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages