Simple command line tic-tac-toe game playing with the computor build complete C language.
Screen.recording.2024-06-22.3.50.25.PM.webm
fork repository
- - cd Tic-Tac-Toa_In_C
- - gcc main.c initializeBoard.c printBoard.c playerMove.c checkWin.c checkTie.c computorMove.c -o tic_tac_toe
- - ./tic_tac_toe