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

Nalwald

Home * Engines * Nalwald

Nalwald logo 1Nalwald logo 1


  1. Nalwald logo based on banner.png · master · tsoj / Nalwald · GitHub↩︎

Nalwald,
an UCI compatible open source chess engine by Jost Triller, written in the Nim programming language 1, first released in April 2021 2. Nalwald is a bitboard engine and generates sliding piece attacks Kindergarten like, by looking up four pre-calculated line attack arrays, 32-Kbyte each, indexed by square and inner six bit line occupancy 3. Nalwald uses alpha-beta for search and a BAE (big array evaluation) for evaluating leaf nodes.

Contents
  1. Features
    1. Board Representation
    2. Search
    3. Evaluation
  2. See also
  3. Forum Posts
  4. External Links
    1. Chess Engine
    2. Misc
  5. References

Features

4

Board Representation

Evaluation

See also

Forum Posts

Chess Engine

Misc

References

Up one Level


  1. Nim programming language from Wikipedia↩︎

  2. Nalwald: Chess engine written in Nim by Jost Triller, Reddit, April 25, 2021↩︎

  3. bitboard.nim · master · tsoj / Nalwald · GitHub↩︎

  4. README.md · master · tsoj / Nalwald · GitHub↩︎

Categories: Open Source · Nim · UCI · PC · Windows · Linux · X64 · Fiction

What links here

Contributors: GerdIsenberg, ShawnXu.