Difference between revisions of "Recommended Reading"

From Chessprogramming wiki
Jump to: navigation, search
Line 1: Line 1:
 
 
'''[[Main Page|Home]] * Recommended Reading'''
 
'''[[Main Page|Home]] * Recommended Reading'''
  
Line 5: Line 4:
  
 
=Online Resources=  
 
=Online Resources=  
* [http://www.oellermann.com/cftchess/notes A Beginner's Guide to Chess Programming] by [[Adam Oellermann]]
 
 
* [http://adamsccpages.blogspot.com/ Adam's Computer Chess Pages] by [[Adam Hair]]
 
* [http://adamsccpages.blogspot.com/ Adam's Computer Chess Pages] by [[Adam Hair]]
 
* [https://arasanchess.org/programr.shtml Arasan Programmer's Guide] by [[Jon Dart]] » [[Arasan]] <ref>[http://www.talkchess.com/forum/viewtopic.php?t=64364 Arasan Programmer's Guide] by [[Jon Dart]], [[CCC]], June 21, 2017</ref>
 
* [https://arasanchess.org/programr.shtml Arasan Programmer's Guide] by [[Jon Dart]] » [[Arasan]] <ref>[http://www.talkchess.com/forum/viewtopic.php?t=64364 Arasan Programmer's Guide] by [[Jon Dart]], [[CCC]], June 21, 2017</ref>
 
* [http://www.chessbin.com/ ChessBin.com] by [[Adam Berent]]
 
* [http://www.chessbin.com/ ChessBin.com] by [[Adam Berent]]
 
* [http://www.redhotpawn.com/rival/programming/index.php Chess Programming] by [[Russell Newman]] and [[Chris Moreton]] » [[Rival]]
 
* [http://www.redhotpawn.com/rival/programming/index.php Chess Programming] by [[Russell Newman]] and [[Chris Moreton]] » [[Rival]]
* [http://www.gamedev.net/page/resources/_/reference/programming/artificial-intelligence/gaming/chess-programming-part-i-getting-started-r1014 Chess Programming Part I: Getting Started] by [[François-Dominic Laramée]], [https://en.wikipedia.org/wiki/GameDev.net gamedev.net], May 2000
+
* [http://archive.gamedev.net/archive/reference/articles/article1014.html Chess Programming Part I: Getting Started] by [[François-Dominic Laramée]], [https://en.wikipedia.org/wiki/GameDev.net gamedev.net], May 2000
 +
* [http://www.gamedev.net/page/resources/_/technical/artificial-intelligence/chess-programming-part-ii-data-structures-r1046 Chess Programming Part II: Data Structures] by [[François-Dominic Laramée]], [https://en.wikipedia.org/wiki/GameDev.net gamedev.net], June 2000
 +
* [http://www.gamedev.net/page/resources/_/technical/artificial-intelligence/chess-programming-part-iii-move-generation-r1126 Chess Programming Part III: Move Generation] by [[François-Dominic Laramée]], [https://en.wikipedia.org/wiki/GameDev.net gamedev.net], July 2000
 +
* [http://www.gamedev.net/page/resources/_/technical/artificial-intelligence/chess-programming-part-iv-basic-search-r1171 Chess Programming Part IV: Basic Search] by [[François-Dominic Laramée]], [https://en.wikipedia.org/wiki/GameDev.net gamedev.net], Ausgust 2000
 +
* [http://www.gamedev.net/page/resources/_/technical/artificial-intelligence/chess-programming-part-v-advanced-search-r1197 Chess Programming Part V: Advanced Search] by [[François-Dominic Laramée]], [https://en.wikipedia.org/wiki/GameDev.net gamedev.net], September 2000
 +
* [http://www.gamedev.net/page/resources/_/technical/artificial-intelligence/chess-programming-part-vi-evaluation-functions-r1208 Chess Programming Part VI: Evaluation Functions] by [[François-Dominic Laramée]], [https://en.wikipedia.org/wiki/GameDev.net gamedev.net], October 2000
 
* [http://www.fam-petzke.de/chess_home_en.shtml Chess Programming - Home] by [[Thomas Petzke]]
 
* [http://www.fam-petzke.de/chess_home_en.shtml Chess Programming - Home] by [[Thomas Petzke]]
 
* [http://www.netlib.org/utk/lsi/pcwLSI/text/node341.html Computer Chess] from the [http://www.netlib.org/utk/lsi/pcwLSI/text/BOOK.html Parallel Computing Works] ebook
 
* [http://www.netlib.org/utk/lsi/pcwLSI/text/node341.html Computer Chess] from the [http://www.netlib.org/utk/lsi/pcwLSI/text/BOOK.html Parallel Computing Works] ebook
 
* [http://home.hccnet.nl/h.g.muller/chess.html Computer Chess] by [[Harm Geert Muller]]
 
* [http://home.hccnet.nl/h.g.muller/chess.html Computer Chess] by [[Harm Geert Muller]]
* [https://chessengines.wordpress.com/ Computer Chess News] by [[Alexander Schmidt]]
 
 
* [http://www.chessprogramming.net/ Computer Chess Programming] by [[Steve Maughan]]
 
* [http://www.chessprogramming.net/ Computer Chess Programming] by [[Steve Maughan]]
 
* [http://www.frayn.net/beowulf/theory.html Computer Chess Programming Theory] by [[Colin Frayn]]
 
* [http://www.frayn.net/beowulf/theory.html Computer Chess Programming Theory] by [[Colin Frayn]]
* [http://www.xs4all.nl/~verhelst/chess/programming.html Computer Chess Sites] by [[Paul Verhelst]]
 
 
* [http://computer-chess.org/doku.php?id=home Computer-Chess Wiki] by [[Ron Murawski]]
 
* [http://computer-chess.org/doku.php?id=home Computer-Chess Wiki] by [[Ron Murawski]]
 
* [http://web.archive.org/web/20070122035937/http://www.maths.nottingham.ac.uk/personal/anw/G13GT1/compch.html G13GAM -- Game Theory -- computer chess notes] by [[Andy Walker]]
 
* [http://web.archive.org/web/20070122035937/http://www.maths.nottingham.ac.uk/personal/anw/G13GT1/compch.html G13GAM -- Game Theory -- computer chess notes] by [[Andy Walker]]
Line 23: Line 24:
 
* [http://macechess.blogspot.com/ mACE Chess] by [[Thomas Petzke]] [[iCE]], [[mACE]]
 
* [http://macechess.blogspot.com/ mACE Chess] by [[Thomas Petzke]] [[iCE]], [[mACE]]
 
* [http://mediocrechess.blogspot.com/ Mediocre Chess] by [[Jonatan Pettersson]] » [[Mediocre]]
 
* [http://mediocrechess.blogspot.com/ Mediocre Chess] by [[Jonatan Pettersson]] » [[Mediocre]]
* [http://www.cis.uab.edu/hyatt/pubs.html Online technical papers] by [[Robert Hyatt]]
+
* [http://www.craftychess.com/hyatt/pubs.html Online technical papers] by [[Robert Hyatt]]
 
* [http://www.top-5000.nl/authors/rebel/chess840.htm Programmer Corner] by [[Ed Schroder]] (old) » [[Rebel]] <ref>How Rebel Plays Chess as [http://members.home.nl/matador/Inside%20Rebel.pdf pdf reprint]</ref>
 
* [http://www.top-5000.nl/authors/rebel/chess840.htm Programmer Corner] by [[Ed Schroder]] (old) » [[Rebel]] <ref>How Rebel Plays Chess as [http://members.home.nl/matador/Inside%20Rebel.pdf pdf reprint]</ref>
 
* [http://rebel13.nl/rebel13/ideas.html Programmer corner] by [[Ed Schroder]]
 
* [http://rebel13.nl/rebel13/ideas.html Programmer corner] by [[Ed Schroder]]
Line 32: Line 33:
 
=Viewings=  
 
=Viewings=  
 
* [https://www.youtube.com/playlist?list=PLftcy-r3mehgu4gikLTFoI1CXh2bHm3rf A Chess Engine in Go] - [https://en.wikipedia.org/wiki/YouTube YouTube] Videos by CaroKanns » [[GoBit]], [[Go (Programming Language)]]
 
* [https://www.youtube.com/playlist?list=PLftcy-r3mehgu4gikLTFoI1CXh2bHm3rf A Chess Engine in Go] - [https://en.wikipedia.org/wiki/YouTube YouTube] Videos by CaroKanns » [[GoBit]], [[Go (Programming Language)]]
* [http://www.youtube.com/playlist?list=PLZ1QII7yudbc-Ky058TEaOstZHVbT-2hg Chess Engine in C] - [https://en.wikipedia.org/wiki/YouTube YouTube] Videos by [[BlueFeverSoft]] » [[Vice]], [[C]]
+
* [https://www.youtube.com/playlist?list=PLZ1QII7yudbc-Ky058TEaOstZHVbT-2hg Chess Engine in C] - [https://en.wikipedia.org/wiki/YouTube YouTube] Videos by [[BlueFeverSoft]] » [[Vice]], [[C]]
* [http://www.youtube.com/playlist?list=PLZ1QII7yudbe4gz2gh9BCI6VDA-xafLog Programming A Javascript Chess Engine] - [https://en.wikipedia.org/wiki/YouTube YouTube] Videos by [[BlueFeverSoft]] » [[JavaScript]]
+
* [https://www.youtube.com/playlist?list=PLZ1QII7yudbe4gz2gh9BCI6VDA-xafLog Programming A Javascript Chess Engine] - [https://en.wikipedia.org/wiki/YouTube YouTube] Videos by [[BlueFeverSoft]] » [[JavaScript]]
* [http://www.youtube.com/playlist?list=PLQV5mozTHmaffB0rBsD6m9VN1azgo5wXl Simple Chess Engine in Java] - Video Series by [[Jonathan Warkentin]] ([[Java]])
+
* [https://www.youtube.com/playlist?list=PLQV5mozTHmaffB0rBsD6m9VN1azgo5wXl Simple Chess Engine in Java] - Video Series by [[Jonathan Warkentin]] ([[Java]])
* [http://www.youtube.com/playlist?list=PLQV5mozTHmacMeRzJCW_8K3qw2miYqd0c Advanced Chess Engine in Java] - Video Series by [[Jonathan Warkentin]] ([[Java]])
+
* [https://www.youtube.com/playlist?list=PLQV5mozTHmacMeRzJCW_8K3qw2miYqd0c Advanced Chess Engine in Java] - Video Series by [[Jonathan Warkentin]] ([[Java]])
  
 
=Papers=  
 
=Papers=  

Revision as of 22:56, 2 June 2018

Home * Recommended Reading

Recommended readings and viewings about computer chess programming.

Online Resources

Viewings

Papers

Booklists

Books

1970 ...

1980 ...

1990 ...

2000 ...

  • Feng-Hsiung Hsu (2002). Behind Deep Blue. Princeton University Press, 300 pages
  • Fritz Reul (2009). New Architectures in Computer Chess. Ph.D. thesis

2010 ...

  • Monty Newborn (2011). Beyond Deep Blue: Chess in the Stratosphere. Springer, 287 pages

See also

Postings

References

Home