ayush-raj13 / mini-projects

Awesome Collection of amazing mini-projects.
9 stars 40 forks source link

Added Tictactoe AI using Minimax Algorithm made with Pygame #66

Closed Om-Alve closed 1 year ago

Om-Alve commented 1 year ago

This is a simple Tic-Tac-Toe game built using Python and Pygame. The game allows the player to choose to play as X or O and has a simple AI that plays as the other player. It uses the minimax algorithm to calculate optimal moves and has been enhanced with alpha beta pruning.

ayush-raj13 commented 1 year ago

Great project!