Skip to content
#

gamedevelopment

Here are 56 public repositories matching this topic...

This is a Python-based Tic Tac Toe game using Tkinter, featuring both single-player mode (against an AI) and multiplayer mode. The game tracks player statistics such as wins, losses, and draws, and highlights the winning line. The AI uses the Minimax algorithm to make optimal moves for an engaging solo experience.

  • Updated Dec 24, 2024
  • Python

The Python Projects Repository features two projects: Connect 4 Game: Play against an AI using the Minimax Algorithm with alpha-beta pruning, visualized with Pygame. Voice Calculator: Perform basic arithmetic with voice feedback using the pyttsx3 library. Both showcase Python’s ability to create interactive applications.

  • Updated Sep 23, 2024
  • Python

Improve this page

Add a description, image, and links to the gamedevelopment topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gamedevelopment topic, visit your repo's landing page and select "manage topics."

Learn more