* Menu * Replayable * Header/Multiple files (1) main.c (2) game.c/.h (3) ai.c/.h * 3 Game Modes: (1) Player vs Player (2) Player vs AI (3) AI vs AI * 8 AIs: (1) First-Available Position (2) Random ...
This project implements a command-line Tic-Tac-Toe game that supports variable board sizes and three different game modes. The implementation demonstrates key programming concepts including dynamic ...