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: 4 months 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 [![Run on Repl.it](https://repl.it/badge/github/rmodi6/TicTacToe-with-AI)](https://replit.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.