This is a Swing-based tic-tac-toe game application that allows you to play against a bot. The game features a graphical user interface with a 3x3 game board. The bot is implemented using the minimax algorithm with alpha-beta pruning to determine the best possible move.
- Java SE 19
- Swing
For running this program you need:
- Execute command
git clone https://github.com/Ilvondir/tic-tac-toe
. - Open and compile project in Java IDE.