Skip to content

This repository contains Multiplayer Tic Toe Toe game coded in C Program with Graphics

Notifications You must be signed in to change notification settings

perry3316/tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

TIC TAC TOE

This repository contains Multiplayer TicToeToe game coded in C Program with some Graphics

In this repo there are 4 files related to game

  • ANSI.h
  • header.h
  • functions.c
  • main.c

ANSI.h contains ANSI (American National Standards Institute) code for colours and text-style

header.h contains all header files

functions.c contains Declaration of all functions, Intializtion of some global varibles and defination of main function

main.c contain main game code

USE following command for run this code in terminal
gcc main.c
./a.out (in Linux Terminal)
./a.exe (For Microsoft Windows Terminal or cmd)

NOTE: You can run this code on Linux, Microsoft Windows and MacOS.

ThankYou

About

This repository contains Multiplayer Tic Toe Toe game coded in C Program with Graphics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages