apotapov / tafl

Android implementation of a Tafl game
Apache License 2.0
2 stars 0 forks source link

AI: Randomize the opening #34

Closed apotapov closed 10 years ago

apotapov commented 10 years ago

Played around with this a bit. Not sure why, but it seems like there's only one best move that we currently calculate on the opening for black 3 -> 2. Since the board is symmetrical, there should be 8 moves identical to 3 -> 2 in value... Perhaps another bug in the AI??

ghost commented 10 years ago

There are 3 good first moves for Tafl strategy. As discussed,

When computer is black, it randomly pick 1 of the 3 first moves and 1 of 4 sides.

apotapov commented 10 years ago

done