Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>When creating my chess engine I spent months trying to collect good resources that describe some of the harder aspects of creating a chess game. Here is a list of the ones I found most useful:</p> <p><strong>Chess Programming by François Dominic Laramée</strong></p> <p>This is the article that got me into computer chess, It is a great overview of how computers play chess. It is extremely easy to read and it will introduce you to all the terms and keywords.</p> <p><a href="http://www.gamedev.net/page/resources/_/technical/artificial-intelligence/chess-programming-part-i-getting-started-r1014" rel="noreferrer">http://www.gamedev.net/page/resources/_/technical/artificial-intelligence/chess-programming-part-i-getting-started-r1014</a></p> <p><strong>Computer chess wiki</strong>, this has really expanded over the last few months. It is an excellent resource for reference material.</p> <p><a href="http://chessprogramming.wikispaces.com/" rel="noreferrer">http://chessprogramming.wikispaces.com/</a></p> <p><strong>Louis Kessler's Computer Chess Links</strong></p> <p>Once you go through the above resources the remainder can be found at the following links page.</p> <p><a href="http://www.lkessler.com/cclinks.shtml" rel="noreferrer">http://www.lkessler.com/cclinks.shtml</a></p> <p>Last but not least I write a <strong>Computer Chess Blog</strong> that takes you through all the steps of writing a chess engine in C# from scratch, it includes a computer chess links section and a chess game starter kit.</p> <p><a href="http://www.chessbin.com" rel="noreferrer">http://www.chessbin.com</a></p> <p>Adam Berent</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload