Simple tic-tac-toe-game The console simple tic-tac-toe game. Programming language The C programming language Compilation Clone the repository: git clone <repository-url> Navigate to the project directory: cd <project-directory> Compile the code: gcc -o tic-tac-toe tic-tac-toe.c Run the game ./tic-tac-toe