Skip to content

Rock paper scissors is a game constructed in python language using tkinter library. The is game is GUI. The game contains sign up page /login page, welcome page, main game page, result page, leaderboard page. Login /Sign up page and leaderboard is connected to database to store data of players. In Leaderboard page there is option to switch theme…

Notifications You must be signed in to change notification settings

shubham-vartak/Rock-Paper-Scissors-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors-Game

Rock paper scissors is a game constructed in python language using tkinter library. The is game is GUI. The game contains sign up page /login page, welcome page, main game page, result page, leaderboard page. Login /Sign up page and leaderboard is connected to database to store data of players. In Leaderboard page there is option to switch theme (Light and Dark) also leaderboard will show names of all the players (Signed up players), matches played, matches won, matches lose, matches tied.

To run the project :-

  1. Fork the repository.

  2. Download the repository using github desktop or directly download it.

  3. Open it with either pycharm or any other IDE. Note:- The libraries like sqlite, tkinter, PIL, random should be downloaded in your pc.

  4. Run the functions create() and LeaderboardCreate() to create the .db file.

  5. Run the file called LoginSignupForm.py.

For more additional information please refer Documention folder..!!

Thank You..!! Enjoy the project..!!

About

Rock paper scissors is a game constructed in python language using tkinter library. The is game is GUI. The game contains sign up page /login page, welcome page, main game page, result page, leaderboard page. Login /Sign up page and leaderboard is connected to database to store data of players. In Leaderboard page there is option to switch theme…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages