cmblir / Java-TicTacToe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java-TicTacToe

This code was made with reference to the Tic-Tac-Toe of Lazo Coder.

This is to study the alpha beta algorithm and further to make gomoku game.

Alpha beta pruning is a search algorithm that seeks to decrease the number of nodes that are evaluated by the minimax algorithm in its search tree.

About


Languages

Language:Java 100.0%