"Simple Tic Tac Toe Program in C" v1.0
Submitted By:
mastermunj
Rating:





(
Rate It)
A Tic Tac Toe program written in C using graphics as well as
text mode giving brief idea of developing games in C
NOTE: Some downloads must be obtained through publishers´s site.
Do you want to get your software listed on this site? Go to our
submissions area.
Screenshot
Details
Number of downloads:
32572
Comments (12)
Very helpful




Posted by: deltasquare4 on Tuesday, October 05, 2004
I've learnt many things for c programming. It is very helpful.
Kewl !!! This is the Bes of all I can Say




Posted by: Ravindra on Tuesday, March 01, 2005
Wow!! Amazing piece of code .... i have learn't lot many things ot of this code.. not just C but in terms of Logic and Code Optimization. Thanks to the Developer.. :)
source code




Posted by: ashik on Friday, March 18, 2005
nice
Outta World... Fabulous code.......




Posted by: Rohit Sharma on Monday, March 28, 2005
How do people get such a fine brain to make this kinda fabulous piece of code.... I wish I can meet this person to say him thanz a lot for sharing such a beautiful code and If he can teach me some tips as well.....
tic tac toe




Posted by: carl on Thursday, May 26, 2005
its fun to play with it!.....
Quite Impressive




Posted by: Mike on Saturday, January 07, 2006
It seems u have worked lot on optimization .. though i cud not understand its complexity ... i kinda liked it when i got thru code..
keep it up dude...
Something to ask abt tis source code
Posted by: POla on Monday, March 12, 2007
tic.c:2:18: error: conio.h: No such file or directory
tic.c: In function ‘main’:
tic.c:21: error: ‘_NOCURSOR’ undeclared (first use in this function)
tic.c:21: error: (Each undeclared identifier is reported only once
tic.c:21: error: for each function it appears in.)
tic.c: In function ‘player_first’:
tic.c:175: error: ‘RED’ undeclared (first use in this function)
tic.c: In function ‘start_game’:
tic.c:207: error: ‘RED’ undeclared (first use in this function)
tic.c: In function ‘check_draw’:
tic.c:220: error: ‘RED’ undeclared (first use in this function)
-Above is the error appear when i compiled the source code for tic2.c and i just dunno how to debug it. Is there anyone can tell me wat should i do???? I will appreciate ur help.
tic tac toe




Posted by: hurshid on Friday, May 18, 2007
It did not work i dont know why.
Comment




Posted by: Godzilla3000 on Thursday, June 07, 2007
Code is working good. I ported this code to an embedded 68000 box as a demo for a simple graphic interface on a VT100. Just what I was looking for. Thanks for publishing this piece of code.
Re: Something to ask abt tis source code




Posted by: prudence on Tuesday, September 23, 2008
you need to include conio.h library.
"tic.c:2:18: error: conio.h: No such file or directory"
^ SEE. it`s already written there.
programming




Posted by: fahd on Wednesday, September 24, 2008
good
thanks!




Posted by: dawn on Saturday, October 18, 2008
thanks for making this code!!!
now all i have to do is to copy it, edit a little to make it my own project and boom, i pass the test!! ^_^
if ill have problems with editing it to a much simplier code, will you help me??
Add Your Rating