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: 7 months 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T21:43:12.000Z (over 3 years ago)
- Last Synced: 2025-01-17T08:45:45.797Z (9 months 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