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.
- Host: GitHub
- URL: https://github.com/rmodi6/tictactoe-with-ai
- Owner: rmodi6
- License: apache-2.0
- Created: 2016-05-17T13:14:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2026-02-23T19:09:56.000Z (3 months ago)
- Last Synced: 2026-02-24T01:56:06.090Z (3 months ago)
- Topics: alpha-beta-pruning, artificial-intelligence, java, minmax-algorithm, python, swing-gui, tictactoe
- Language: Java
- Homepage: https://pytogether.org/snippet/eyJwaWQiOjI0MjEsInR5cGUiOiJzbmlwcGV0In0:1vubHE:cDutanu5toKpgb4Y90_JQTsBdNI7kj5JgJb3uJSSoxU
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.