https://github.com/ysmr101/tictactoe
An AI TicTacToe program made using Python, applies the MinMax and AlphaBeta Pruning search algorithms || GUI.
https://github.com/ysmr101/tictactoe
ai gui ipynb tictactoe-game
Last synced: 5 months ago
JSON representation
An AI TicTacToe program made using Python, applies the MinMax and AlphaBeta Pruning search algorithms || GUI.
- Host: GitHub
- URL: https://github.com/ysmr101/tictactoe
- Owner: ysmr101
- Created: 2023-08-21T18:14:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T18:18:36.000Z (almost 3 years ago)
- Last Synced: 2025-08-01T22:58:11.587Z (11 months ago)
- Topics: ai, gui, ipynb, tictactoe-game
- Language: Jupyter Notebook
- Homepage:
- Size: 541 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToe
An AI TicTacToe program made using Python (Jupyter Notebook), applies the MinMax and AlphaBeta Pruning search algorithms || GUI.