/Cgame

Primary LanguageC

C-game/Tic-Tac-Toe

A classic Tic-tac-toe made with help of C-Programming language.Nothing fancy a small console program to ask user where they want to place their input i.e X or O.

To start the game simple compile and run the practice.c file

  gcc practice.c -o practice 
  ./practice