Блог пользователя tom

Автор tom, 9 лет назад, По-английски

Hello everyone,

Recently I've started to interest programs that play in various games. I'd like to create one, for example one that play checkers.

Do you know any books/tutorials/websites that could help me?

I'd like to discover for instance: recommended techniques how to code complex minmax algorithms, programs that can adjust to opponents' play, how to code managing differrent strategies for play and so on, so on.

Thanks in advance.

  • Проголосовать: нравится
  • +49
  • Проголосовать: не нравится

»
9 лет назад, # |
  Проголосовать: нравится -36 Проголосовать: не нравится

It's a bit weird to hear this from a contestant with yellow rating :D

»
9 лет назад, # |
  Проголосовать: нравится +28 Проголосовать: не нравится

Check out Artificial Intelligence — A Modern Approach. It has a nice explanation of min-max and alpha-beta with examples from chess and backgammon.

»
9 лет назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится