Tuesday, June 07, 2005

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:

At Friday, March 31, 2006 8:43:00 PM, Blogger Sushovan De said...

Since when do you ship Win32 binaries?

 
At Friday, March 31, 2006 8:50:00 PM, Blogger Sayan Chakraborti said...

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.

 
At Sunday, June 28, 2009 7:44:00 PM, Anonymous Anonymous said...

Greetings Sayan Chakraborti,

How to add alpha-beta pruning on this tic-tac-toe example?

 

Post a Comment

<< Home