Nibble-Chess

From Chessprogramming wiki
Jump to: navigation, search

Home * Engines * Nibble-Chess

Nibble-Chess' UI [1]

Nibble-Chess, (Nibble chess, nibble-chess)
a didactic 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