cnkay / games-tictactoe

Simple game using JavaFX library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe with AI support using JavaFX

Can playable as turn based player 1 vs player 2 mode and player vs computer.

AI has minimax algorithm so it plays best play in table.

It tries maximize result(+10) for win.

Minimax is a decision-making algorithm, typically used in a turn-based, two player games. 
The goal of the algorithm is to find the optimal next move.

For more information about Minimax

https://en.wikipedia.org/wiki/Minimax

https://www.baeldung.com/java-minimax-algorithm

https://towardsdatascience.com/how-a-chess-playing-computer-thinks-about-its-next-move-8f028bd0e7b1

About

Simple game using JavaFX library

License:GNU General Public License v3.0


Languages

Language:Java 83.2%Language:CSS 16.8%