Computer Chess Club Archives


Search

Terms

Messages

Subject: chess game

Author: marc efensy

Date: 15:12:54 09/13/02


- Do you know where to find reference for making chess game using minimax
algorithm? (the minimax theory)
- How to determine the value for each piece in chess game?
- How to determine the value for checkmate,checkmate,eating a pawn, eating a
rook, etc?
- Do you know where i can find simple chess game source code using minimax?




- For the score, i mean: if there is a case


      Q(queen B)
        P2(Pawn W)
      P1(pawn W) K(knight W)

How to determine the value for Q to move (or the calculation) for Q so Q didn't
been eaten by P2 or K, but Q might move to other place or Q will eat P1.
(maybe if to difficult just tell me for one level search)

- for the upper case, Q is in danger, but how we calculate for computer so the
computer know that Q is in danger? And the computer decide to move to the best
place, how we calculate too so computer know where to move the best place?

-Thanks for your attention






This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.