Development of TIC-TAC-TOE in C

I am new to codechef.
I have understood MiniMax algorithm thoroughly. But unable to implement it in C language. Please help me doing this.
I am highly thankful of you.

Here are some great articles on implementation of Minimax for developing Tic-Tac-Toe Game.

Article 1


Article 2

Following is the link to Github Project by andrewgph. Tictactoe players implemented in several programming languages(including C) using minimax algorithm with alpha-beta pruning.

Github

Hope it helps, Best Luck :slight_smile:

Dude Where are the links :slight_smile:

fixed… :slight_smile: