Nibble-Chess

From Chessprogramming wiki
Revision as of 16:41, 2 September 2020 by GerdIsenberg (talk | contribs) (Created page with "'''Home * Engines * Nibble-Chess''' border|right|thumb| Nibble-Chess' [[User Interface|UI <ref>Screenshot taken from [https://gith...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Home * Engines * Nibble-Chess

Nibble-Chess' UI [1]

Nibble-Chess, (Nibble chess, nibble-chess)
a didsactic open source chess program by Maksim Korzh, written in C and published in December 2018 [2]. Nibble-Chess was inspired by H.G. Muller's Micro-Max [3], and represents the board as 0x88 array of integers indexed by concatenated nibbles of rank and file. It performs an alpha-beta search with quiescence and rudimentary evaluation, and provides an text based user interface with ASCII diagrams, under Linux optionally with Unicode Pieces.

See also

Forum Posts

External Links

References

Up one Level