Here, I have created a basic game of tic-tac-toe in C language. It has two versions: a double-player version(Tic-Tac-Toe) and a single-player version(Tic-Tac-Toe2).
Download the project. Then, to run the double-player version:
- Compile : gcc Tic-Tac-Toe.c
- Run: ./a.exe
Then, to run the single-player version:
- Compile : gcc Tic-Tac-Toe2.c
- Run: ./a.exe