Tic Tac Toe AI

RedstonerBuilding → Tic Tac Toe AI

#So in response to Hacker’s challenge thing a while back, I have built a Tic Tac Toe AI! It is fully unbeatable and can play as both X and O. The AI is made to fit onto Hacker’s Tic Tac Toe game and has a lot of dumb outputs to accommodate him.

#Here it is Imgur

#The inputs are taken into the green wires which are then and-gated into the blue wires. Imgur

#This next section makes sure that there is only one output and eliminates any results that are already on the board. Imgur

#After that, those lines are sorted based on whose turn it is and shot right to the output. Imgur

#While that is going on, the total board is being run through a circuit which takes the board input, whose turn it is, and what turn it is, smashes it all together, and spits up an output. Imgur

#Then the outputs of that are sorted into the final output. Imgur

Cc: @Nemes


Awesome build! Pan should totally fight this. He’s amazing at tic tac toe.

Amazing at tic tac toe

Lmao.

Nice build! I recall an AI from years ago (link), which was, well, it worked differently at the very least.
Wow! Much wow! Great Job!!