About 1,290 results
Open links in new tab
  1. Rock Paper Scissors in Python using GUI Tkinter - CodeSpeedy

    Learn how to make a GUI to play Rock Paper Scissors completely using Python. Learn to handle button clicks and display game results using Tkinter library.

  2. Rock Paper and Scissor Game Using Tkinter - GeeksforGeeks

    Nov 29, 2022 · In this article, we will see how we can create a rock paper and scissor game using Tkinter. Rock paper scissor is a hand game usually played between two people, in which each player simultaneously forms one of three shapes with an outstretched hand. These shapes are “rock”, “paper”, and “scissors”. Game Winner Condition: Paper and ...

  3. Rock, Paper, Scissor game - Python Project - GeeksforGeeks

    Nov 29, 2022 · The code will first load the images “rock.jpeg”, “paper.jpeg”, and “scissor.jpeg” into the variables img_p, img_c, and scissor_p, respectively. Next, the code will transpose each image’s left to right (LTR) direction so that they will be displayed on the canvas in their original orientation (RTL).

  4. s-a-p-n-a/GUI-Based-Rock-Paper-Scissor-Game - GitHub

    Developed an interactive "Rock, Paper, Scissors" game using Python with Tkinter for GUI and Pillow for image handling. Implemented logic for score tracking, real-time image updates, and winner determination.

  5. Python Tkinter tutorial: Build a Rock-Paper-Scissors game

    Jan 15, 2024 · Part 3 of our Python Tkinter series! Learn how to use Python 's GUI Tkinter to build an interactive modification of a famous game from the Big Bang Theory—Rock-Paper-Scissors-Lizard-Spock.

  6. Day 3: Rock Paper Scissors GUI In Python - python-hub

    Today I'll make a rock paper scissors game with a GUI interface in python that has nothing special. Except for a different code implementation.

  7. Rock Paper Scissors Python Program – Develop Simple Python Game

    Rock Paper Scissors is a GUI-based game project built using Python Tkinter module and random module. It’s also called the stone paper scissor game which is most popular among kids. Here we are creating a simple yet fun and popular game called Rock, Paper, Scissors using graphical user interface (GUI) in python programming language.

  8. Rock Paper Scissors Game Using Python Tkinter - Pythonista …

    Let’s take a quick look at the complete Python code we wrote to build our rock paper scissors game. When you run the code, the graphical user interface(GUI) of the game looks like this. That’s it.

  9. Rock Paper Scissors GUI In Python: The GUI code - thiscodeWorks

    Jul 19, 2023 · Initializes the Rock Paper Scissors GUI. Creates and configures the main game window. Parameters: None. Returns: None. """ # using the light_image parameter to load the image file from the given path. # The size parameter is set to (100, 100) to resize the image to the specified dimensions.

  10. Rock, Paper, Scissors Game In PYTHON With Source Code

    Dec 10, 2023 · In this mini project, the first turn goes to the player and the player has to select any one of those three shapes i.e. Rock (image with a closed fist), Paper (image with a flat hand), and Scissors (image with a fist showing the index finger and middle finger extended, which forms a …

Refresh