mjp91 / tictactoe

Java implementation of Tic Tac Toe utilizing the Mininmax algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tictactoe

Java implementation of Tic Tac Toe utilizing the Mininmax algorithm which creates an unbeatable AI opponent.

See http://beej.us/blog/data/minimax/ for an explanation of the algorithm.

About

Java implementation of Tic Tac Toe utilizing the Mininmax algorithm


Languages

Language:Java 100.0%