To Implement a simple Tic-Tac-Toe Game using Minimax Algorithm on C.
c algorithms functions array tic-tac-toe recursion minimax single-player function-pointers double-player
-
Updated
Dec 30, 2022 - C