The mini project Tic Tac Toe game in C programming is a console application created without graphics. We draw the game using only asterisks, X, and O characters. The user can choose to play first or second, and the opponent is a computer algorithm. I haven't used a complex AI algorithm to implement the computer player. Implementing an AI algorithm would require creating a complex data structure, which is beyond the scope of this article. Tic Tac Toe is a relatively simple game to play and understand. Since it has a fixed number of small sets of game moves, I have formulated a series of steps to choose the best move for the computer player.
The best move for computer player is choose based on following principle.
- At first, always check and choose wining move.
- Second, if opponent is wining choose draw move.
- Third, choose best next move from series of pre-define steps.
In this article, I will explain the following items:
- Algorithm of computer player
- Flowchart of the game
- Data Structure
- Technique to switch the players, and check winner
I have explained the game in the following two articles:
i like your site
ReplyDeleteI wish i could see your site. if you know what i mean.
Delete;) ;)
its nice
ReplyDeleteJanu meri jaan, meh tere kurbaan.
DeleteJanu meri jaa, meh tere kurbaan, meh tera tuh meri jaani saara hindustan.
Meh tera tuh meri jane sara hindustan.
<3 <3
Thanks
ReplyDeleteIhen i copy and paste the code it says:
ReplyDelete'::main' must return 'int'|
In function 'int posswin(int)':|
warning: unused variable 'pos'|
||=== Build finished: 1 errors, 1 warnings ===|
instead of "main" try using "int"...i had that same error when i created a Tic Tac Toe for windows Console...
Deletehope it works :D
http://codereview.stackexchange.com/questions/41304/4%C3%974-tic-tac-toe-in-c
Deletedis s much better just change 4 to 3 and 16 to 9
alok
hey can u help me wid the modification of the code??
ReplyDelete*I need to add a scoreboard that records the score of the computer and the player.
Please mail me at adarsh2811@gmail.com
hey..do u have a simple code mini project like the sale program?
ReplyDeletetq..xD
what is the function of global variable (coord)
ReplyDeleteand function "SetConsoleCursorPosition"........???????
coord is a structure. SetConsoleCursorPosition set the cursor on the screen.
Deleteok...but can't we use function "gotoxy()" instead of using SetConsoleCursorPosition .....?
Deletegotoxy() in not builtin function, you can use SetConsoleCursorPosition instead of gotoxy() but before it you have to assign the Coord.x and Coord.y
Deleteok :)
Deletethanx alot for helping me :)
I want to discuss it in detail....will you help me..?
ReplyDeleteMuhammad Wajeeh: Thanks yar. I need this code very very badly.
ReplyDeleteThank You Very Much
i converted it to C++ but there is some problem with the draw_board(), it enters into an infinite loop i suppose
ReplyDeleteI tried it out in linux platform and it gives me an error message as windows.h not found. Can I run this program only in turbo C++?
ReplyDeleteSorry you can't run it in linux platform.
Deletei need help in linux .. will you help me @Shrivalli
Deletesir?? is it for Visual C++? please reply me at my email add! chentzshockwaves@gmail.com thank you so much sir! its for our project.. :D
ReplyDeletethic progrm can we run only in turbo c++ ? can i run it in turbo c?? because when i run the program it say diclaration error the couse are "COORD coord={0,0};// this global variabal " and "#includewindow.h? pless help mee!!
ReplyDeleteThis program run in Code::Blocks IDE with MinGW compiler so it is better to download code::blocks and run it.
ReplyDeleteIt doesn't work. Here's the error: http://bpaste.net/show/C9HiO73ed6iHYoPLHKRL/
ReplyDeletehey man can i get some help.. email me at hackergeorge8@hotmail.com
ReplyDeleteis this program can run on turbo c ???..
ReplyDeleteHelo i am new to programming......
ReplyDeletecan i get the explanition of ds source code....
sir i want know the working process of this code .... can u help me .......
ReplyDeletethis program is not running in turboo c. so plz help me to run this program
ReplyDeletethis code is working if you change line 30 "void" to "int".
ReplyDeleteyour code does not even compile on ideone...why do you write such crappy and useless codes..go and get a life instead...
ReplyDeleteno indentation - nothing!!!
You look like a noob...learn some decent 'hello world' codes first instead of practicing gtk...
hey headfucked asshole ........ first compile the code asshole.....go play tic tac toe. or fuck tac toe.
ReplyDeletei need the report for this project
ReplyDeleteI get an error:
ReplyDelete[Error] '::main' must return 'int'
please help me
change void main to int main
DeleteThank you so much,
ReplyDeleteThis is the only working TIC TAC TOE code online with least possible fixes.
Just changed the "void main()" to "int main" and all works well.
You have my regards
Thank you.
I Need function for windows.h for this tic tac toe can anyone help me. please thepapex5360@gmail.com
ReplyDeleteIF ANYBODY HAVE MINI PROJECTS ON C AND C++ PLS SEND THIS MAIL
ReplyDeletemuthyala.nagaraju7@gmail.com
I want playe against other player..what i must change?
ReplyDeletei have this game in simple code made by me this code is very difficult i made it very clear and easy.......
ReplyDeleteTHEN UPLOAD IT FOR ALL.
DeleteTHANKS
can u please publish it
DeleteCan i get the explanation for this source code?
ReplyDelete