You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Play Tic-Tac-Toe against an AI opponent using Python. This project features a smart AI powered by the minimax algorithm with alpha-beta pruning for strategic gameplay. Perfect for learning AI concepts and game development basics
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.