cropleyb / pentai

MIT License
15 stars 1 forks source link

opening move candidate iterators for variety #28

Open cropleyb opened 10 years ago

cropleyb commented 10 years ago

No-one wants to play exactly the same game over and over again. The openings book feature suggests some good move alternatives for the first AI moves of the game. It currently uses some randomness to choose which one it plays. Once the game leaves the openings book, the AI plays deterministically (unless Vision or Judgement is < 100%) It might be worth introducing some sort of persistent iteration through the suggested candidates for less chance of a repeated game.