kennycason / ultimate_tictactoe

Ultimate Tic Tac Toe - HTML5
53 stars 24 forks source link

Min Max AI #3

Open kennycason opened 11 years ago

kennycason commented 11 years ago

I just started this today, should have it finished tonight or tomorrow. only have to write the evalue funtion()

kennycason commented 11 years ago

Need to finish the evaluate() function for the minmax alg. will likely re-work it into alpha-beta pruning alg.