Squared-chess

From Chessprogramming wiki
Revision as of 12:43, 17 June 2021 by GerdIsenberg (talk | contribs) (Created page with "'''Home * Engines * squared-chess''' FILE:squared-chess.png|border|right|thumb| squared-chess <ref>squared-chess logo based on [https://gitlab.com/tsoj/s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Home * Engines * squared-chess

squared-chess [1]

squared-chess, (Squared-chess, ^2-chess)
an UCI compatible open source chess engine by Jost Triller, written in C++, first released in September 2018 under the MIT license [2]. Like its successors Googleplex Starthinker and Nalwald, squared-chess 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].

Features

[4]

Board Representation

Search

Evaluation

See also

Forum Posts

Re: New chess engine '^2-chess' - release 1.1.0 by Jost Triller, CCC, November 05, 2018

External Links

References

Up one Level