apotapov / tafl

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

AI: Separate AI into Three Subgames #49

Closed ghost closed 10 years ago

ghost commented 10 years ago

1) Opening Subgame 2) Corner Conrol Subgame. Enter condition: At least 3 pieces in all corners, regardless of color. 3) Barricaded Game. Enter condition: All corners are barricaded by Black.

apotapov commented 10 years ago

I don't think this is viable. And early tests had issues with thrashing. The key is to figure out how to advance the barricades.