Tic Tac Toe
Exam season has started with a really lengthy Physics test, covering Mathematical Methods, Mechanics, GPM and Acoustics. I came home very tired. I try to relax by writing some stupid piece of code and torturing my friends by forcing them to read it. So, upholding this tradition, here is the free source and even the win32 binary for the very impatient! It tries to guess at Tic Tac Toe moves by doing a MinMax depth first tree search. Dont forget to post your comments about the code. Enjoy!
3 Comments:
Since when do you ship Win32 binaries?
Those binaries are not for you! They are for the most windoze (l)user who have no clue as to how to compile and run a simple C program.
Greetings Sayan Chakraborti,
How to add alpha-beta pruning on this tic-tac-toe example?
Post a Comment
<< Home