TForm1 -
maxi
maxj
maxlevel
board
Form1
maxi = 7
This is a minimax implementation of vertical drop down tic tac toe} {It is not very clever due to search in only 4 layers, but obviously, - it's playing the game} {The alpha beta search algorithm has been tried without luck} {It really doesn't have the true killer spirit, but have fun anyway} {Any comments are welcome} {I've made a similar chess program you can get for free, if you want, - email to:} {Thomas Riedel, Copenhagen, riedel@dk-online.dk
maxj = 6
maxlevel = 4
board : array [1..7, 1..6] of tcolor
Form1 : TForm1
Public declarations