Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 475 Bytes

File metadata and controls

12 lines (8 loc) · 475 Bytes

Tic-Tac-Toe_In_C

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

installation

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