
python-game · GitHub Topics · GitHub
Apr 25, 2025 · Tic Tac Toe game with GUI in python using Tkinter and also a restart functionality and displays which player turn now.
gui-game · GitHub Topics · GitHub
May 12, 2025 · A classic Tic-Tac-Toe game built using Python and Tkinter. Features a simple GUI for two players, perfect for learning GUI development. Contributions welcome!
tkinter-game · GitHub Topics · GitHub
Nov 17, 2024 · Reposity is about python GUI, how it works and some cool small projects based on GUI libraries. Python 3 2d RPG / Action game made from scratch with numpy and tkinter. …
python-games · GitHub Topics · GitHub
Sep 21, 2023 · This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter …
Python - Hangman [GUI] · GitHub
The GUI now arranges letter buttons in a grid and uses clear labels to display the game board, guessed letters, and remaining lives. Both mouse clicks and keyboard inputs are supported, …
A Simple Snake Game made in Python 3 · GitHub
A Simple Snake Game made in Python 3. GitHub Gist: instantly share code, notes, and snippets.
A GUI Tic-Tac-Toe game written in Python with an AI using ... - GitHub …
Sep 26, 2024 · A GUI Tic-Tac-Toe game written in Python with an AI using the minimax algorithm. Also uses alpha-beta pruning to increases the efficiency of the minimax algorithm. Raw
GitHub - GokulR2003/Snake-Game: A classic Snake Game …
This is a classic Snake Game implemented in Python using the Tkinter library for GUI. The game features a fullscreen mode, basic collision detection, and score tracking.
Detective Game In GUI In Python · GitHub
Mar 10, 2023 · def start_game(): # Show the game instructions: messagebox.showinfo("Detective Game", "Welcome to the detective game! Your goal is to solve the murder mystery. You have …
gui - pygame
A GUI toolkit for Pygame, to ease game development for Pygame developers. Works with no code change with a normal Pygame display or with an OpenGL display. This is a lightweight …