This is a temporary, read-only recovery of the chessprogrammingwiki while a longer-term plan is worked out. Editing is not possible right now, but will be again soon.
Chess Programming Wiki All pages Other namespaces

Nibble-Chess

Home * Engines * Nibble-Chess

Nibble-Chess' UI 1Nibble-Chess' UI 1


  1. Screenshot taken from nibble-chess.gif at GitHub - maksimKorzh/nibble-chess: Console based minimalist chess program - A tribute to chess programming community↩︎

Nibble-Chess, (Nibble chess, nibble-chess)
a didactic open source chess program by Maksim Korzh, written in C and published in December 2018 1. Nibble-Chess was inspired by H.G. Muller's Micro-Max 2, 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.

Contents
  1. See also
  2. Forum Posts
  3. External Links
  4. References

See also

Forum Posts

References

Up one Level


  1. A tribute to community by Maksim Korzh, CCC, December 02, 2018↩︎

  2. nibble-chess/README.md at master · maksimKorzh/nibble-chess · GitHub|↩︎

Categories: Open Source · Linux · Windows · Didactic · Chess Suffix

What links here

Contributors: GerdIsenberg.