Difference between revisions of "MinimalChess"

From Chessprogramming wiki
Jump to: navigation, search
Line 38: Line 38:
 
==Chess Engine==
 
==Chess Engine==
 
* [https://github.com/lithander/MinimalChessEngine GitHub - lithander/MinimalChessEngine]
 
* [https://github.com/lithander/MinimalChessEngine GitHub - lithander/MinimalChessEngine]
* [https://www.youtube.com/playlist?list=PL6vJSkTaZuBtTokp8-gnTsP39GCaRS3du Making of MinimalChessEngine], [https://en.wikipedia.org/wiki/YouTube YouTube] Video
+
* [https://www.youtube.com/playlist?list=PL6vJSkTaZuBtTokp8-gnTsP39GCaRS3du Making of MinimalChessEngine], [https://en.wikipedia.org/wiki/YouTube YouTube] Videos
 
==Misc==
 
==Misc==
 
* [https://en.wiktionary.org/wiki/minimal minimal - Wiktionary]
 
* [https://en.wiktionary.org/wiki/minimal minimal - Wiktionary]

Revision as of 19:58, 1 July 2021

Home * Engines * MinimalChess

ELEMENT LVIII-Animation [1]

MinimalChess,
an UCI compliant, didactic open source chess program by Thomas Jahn, written in C#, and first released as MinimalChess 0.2 in February 2021 [2]. The game playing entity consists of the library MinimalChess, and using that library, the UCI engine MinimalChessEngine and, if no external GUI is used, the Command Line Interface MinimalChessBoard.

Features

[3]

Board Representation

Search

Evaluation

Forum Posts

External Links

Chess Engine

Misc

References

Up one level