Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 256 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 256 Bytes

Tic-Tac-Toe-Engine

Tic-Tac-Toe player written in C using minimax algorithm. Pruning of the variation tree and randomization between equally good moves may be implemented later, but are not necessary. To play simply compile using "make."