look for evaluation function in tictactoe 3d game
Posted
by tsubasa
on Stack Overflow
See other posts from Stack Overflow
or by tsubasa
Published on 2010-04-14T16:24:23Z
Indexed on
2010/04/14
16:33 UTC
Read the original article
Hit count: 477
I'm trying to apply minimax algorithm for the game tictactoe 3D in c++. I'm struggling to find a good evaluation function for it.
Does anybody know where has good resource to find the evaluation function?
Thank you.
© Stack Overflow or respective owner