NibbleChess

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.

Forum Posts

References

  1. Screenshot taken from nibble-chess.gif at GitHub - maksimKorzh/nibble-chess: Console based minimalist chess program - A tribute to chess programming community
  2. A tribute to community by Maksim Korzh, CCC, December 02, 2018
  3. nibble-chess/README.md at master · maksimKorzh/nibble-chess · GitHub|

Up one Level