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.
- Host: GitHub
- URL: https://github.com/rmodi6/tictactoe-with-ai
- Owner: rmodi6
- License: apache-2.0
- Created: 2016-05-17T13:14:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T23:13:09.000Z (over 2 years ago)
- Last Synced: 2025-01-11T08:08:56.683Z (5 months ago)
- Topics: alpha-beta-pruning, artificial-intelligence, java, minmax-algorithm, python, swing-gui, tictactoe
- Language: Java
- Homepage: https://replit.com/@rmodi6/TicTacToe-with-AI
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.