Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 206 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 206 Bytes

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.