/tictactoe

A simple implementation of an unbeatable Tic-Tac-Toe computer program that uses the minmax algorithm to evaluate moves

Primary LanguageCGNU General Public License v3.0GPL-3.0

Tic-tac-toe

A simple implementation of the Tic-Tac-Toe board game in C. Features a computer opponent using minimax algorithm.