PranabZz / Cgame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C 100.0%