https://github.com/redgerd/tictactoe-ai
tic-tac-toe AI using minmax Algorithm in python
https://github.com/redgerd/tictactoe-ai
ai minmax-algorithm tictactoe-game
Last synced: 3 months ago
JSON representation
tic-tac-toe AI using minmax Algorithm in python
- Host: GitHub
- URL: https://github.com/redgerd/tictactoe-ai
- Owner: Redgerd
- Created: 2024-01-21T09:18:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T02:17:54.000Z (9 months ago)
- Last Synced: 2024-11-13T15:14:25.729Z (7 months ago)
- Topics: ai, minmax-algorithm, tictactoe-game
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎮 Creating an Unbeatable Tic Tac Toe AI using Python and the Minimax Algorithm 🎮
## 🔍 Project Overview
I explored the fascinating world of game development by implementing an unbeatable Tic Tac Toe AI. Leveraging the **Minimax algorithm**, I crafted an AI that ensures optimal moves, making it unbeatable—either securing a win or forcing a draw.## 🧠 What I Learned
Through this project, I gained valuable hands-on experience with AI algorithms, game development, and problem-solving. The intricacies of the **Minimax algorithm** highlighted the importance of balancing computational complexity with strategic decision-making, making this a truly enlightening experience.