https://github.com/leonardpepa/tictactoe
Tic tac toe AI made with java swing framework
https://github.com/leonardpepa/tictactoe
ai game gui java minimax-algorithm minmax minmax-alpha-beta-pruning swing tac tic tic-tac-toe toe
Last synced: 5 days ago
JSON representation
Tic tac toe AI made with java swing framework
- Host: GitHub
- URL: https://github.com/leonardpepa/tictactoe
- Owner: Leonardpepa
- Created: 2020-12-09T00:52:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T21:43:12.000Z (over 4 years ago)
- Last Synced: 2025-03-16T14:41:17.946Z (about 1 year ago)
- Topics: ai, game, gui, java, minimax-algorithm, minmax, minmax-alpha-beta-pruning, swing, tac, tic, tic-tac-toe, toe
- Language: Java
- Homepage: https://github.com/Leonardpepa/TicTacToe
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic tac toe AI made with java swing framework
AI implemented with minmax algorithm