s7kala / tictactoe

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-tac-toe

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

About

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

License:GNU General Public License v3.0


Languages

Language:C 100.0%