GopherCheck

Home * Engines * GopherCheck

[ Pocket Gopher [1] GopherCheck,

an UCI compliant open source chess engine by Stephen Lovell, written in the Go programming language, first released in June 2016 [2] under the MIT license. GopherCheck supports a parallel search, defaulting to one search goroutine, a type of light-weight process [3] per logical core. GopherCheck is bitboard based and determines sliding piece attacks with magic bitboards with plain, homogenous arrays, which performed better than the common fancy implementations whith individual table sizes, thus less memory but variable shift while calculating the index [4].

Features

[5]

Board Representation

Evaluation

See also

Forum Posts

Chess Engine

Misc

Contains vocal samples of God Bless the Child by Billie Holiday

References

  1. Pocket gopher, Yellowstone National Park, Gillian Bowser, 1990, Wikimedia Commons
  2. GopherCheck 0.1.0 released by Stephen Lovell, CCC, June 06, 2016
  3. Effective Go - The Go Programming Language - Concurrency
  4. gopher_check/bitboard_magic.go at master · stephenjlovell/gopher_check · GitHub
  5. gopher_check/readme.md at master · stephenjlovell/gopher_check · GitHub

Up one Level