Simple Tic-Tac-Toe game written in C
The game takes place on a simple 3x3 grid
The player takes turns alternating with an AI algorithm (a simple min-max tree)
During the testing process 10/10 games resulted in a draw/win for the AI
Simple Tic-Tac-Toe game written in C
The game takes place on a simple 3x3 grid
The player takes turns alternating with an AI algorithm (a simple min-max tree)
During the testing process 10/10 games resulted in a draw/win for the AI