An open API service indexing awesome lists of open source software.

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.

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.