tom's blog

By tom, 9 years ago, In English

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.

  • Vote: I like it
  • +49
  • Vote: I do not like it

»
9 years ago, # |
  Vote: I like it -36 Vote: I do not like it

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

  • »
    »
    9 years ago, # ^ |
      Vote: I like it +128 Vote: I do not like it

    I'm yellow, because I ask lot of questions :P

»
9 years ago, # |
  Vote: I like it +28 Vote: I do not like it

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 years ago, # |
  Vote: I like it +4 Vote: I do not like it