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

https://github.com/rmodi6/tictactoe-with-ai

Tic Tac Toe game in both python and java with Artificial Intelligence for second player using alpha-beta pruning for MiniMax algorithm.
https://github.com/rmodi6/tictactoe-with-ai

alpha-beta-pruning artificial-intelligence java minmax-algorithm python swing-gui tictactoe

Last synced: about 1 month ago
JSON representation

Tic Tac Toe game in both python and java with Artificial Intelligence for second player using alpha-beta pruning for MiniMax algorithm.

Awesome Lists containing this project

README

          

# TicTacToe-with-AI

Tic Tac Toe game in both python and java with Artificial Intelligence for second player using alpha-beta pruning for MiniMax algorithm.