File
157179785935.jpg
- (8.78KB
, 286x281
, domino-pix.jpg
)
I developed in csharp the dominoes game using alphabeta search algorithm but I think this is not a good search algorithm because dominoes it's an imperfect game and alphabeta it's a algorithm for perfect game like chess
For now i'm testing it using only ten pieces instead of the original 28, and using only two players with both 5 pieces, so it's perfect information and it's working fine... for now