Shatranj (Toolkit)

From Chessprogramming wiki
Revision as of 16:06, 27 June 2021 by GerdIsenberg (talk | contribs) (Created page with "'''Home * Software * Utilities * Shatranj'''<br/> '''Home * Engines * Shatranj''' '''Shatranj''',<br/> a bitboard-based,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Home * Software * Utilities * Shatranj
Home * Engines * Shatranj

Shatranj,
a bitboard-based, chess programming open source toolkit by Sam Tannous, writteb in Python, which includes a simple chess engine which applies alpha-beta search and iterative deepening, able to communicate with a GUI via the Chess Engine Communication Protocol. The goal of the project is to aid in implementing a Shannon Type B chess programs, where execution speed becomes less important then code clarity and expressive power of the implementation language [1].

See also

Selected Publications

External Links

References

Up one level