Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 407 Bytes

File metadata and controls

17 lines (13 loc) · 407 Bytes

TicTacToe using Artificial Intelligence

A game of TicTacToe implemented using Min-Max algorithm.

Compile

$ gcc tictactoe.c -o tictactoe

Run

$ ./tictactoe

See in Action

YouTube Video