akhii21

akhii21

Geek Repo

Github PK Tool:Github PK Tool

akhii21's repositories

Tic-tac-toe-game

This Python code creates a GUI-based Tic Tac Toe game using the Tkinter library. It features buttons to play moves and a status label to display the current player. It also checks for wins and ties, and allows for starting a new game.

Language:PythonStargazers:1Issues:1Issues:0

LOTTERY-GAME

t also adds background colors to the widgets to improve the user interface.

Language:PythonStargazers:0Issues:0Issues:0

RollingDice

The program uses the tkinter library for building the GUI and the PIL library for displaying the images.

Language:PythonStargazers:0Issues:0Issues:0

RPSgame

The code creates a Rock-Paper-Scissors game with an attractive GUI using Python and tkinter. The game prompts the user to select their move from rock, paper, or scissors, compares it to the computer's random move, and determines the winner or tie. The game uses images for the moves and is implemented in the play_game method.

Language:PythonStargazers:0Issues:0Issues:0