Difference between revisions of "MinimalChess"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * MinimalChess''' FILE:ELEMENT_LVIII-Animation_Alfio_Guiffrida-AG_Sinnwerke.gif|border|right|thumb| ELEMENT LVIII-Animation <ref>[[:Cate...")
 
Line 5: Line 5:
 
'''MinimalChess''',<br/>
 
'''MinimalChess''',<br/>
 
an [[UCI]] compliant, didactic [[:Category:Open Source|open source chess program]] by [[Thomas Jahn]], written in [[C sharp|C#]], and first released as MinimalChess '''0.2''' in February 2021 <ref>[http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76560 MinimalChess 0.2 released] by [[Thomas Jahn]], [[CCC]], February 12, 2021</ref>.
 
an [[UCI]] compliant, didactic [[:Category:Open Source|open source chess program]] by [[Thomas Jahn]], written in [[C sharp|C#]], and first released as MinimalChess '''0.2''' in February 2021 <ref>[http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76560 MinimalChess 0.2 released] by [[Thomas Jahn]], [[CCC]], February 12, 2021</ref>.
The games playing entity consists of the library ''MinimalChess'', and using that library, the UCI engine ''MinimalChessEngine'' and, if no external [[GUI]] is used, the [[CLI|Command Line Interface]] ''MinimalChessBoard''.
+
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 [[CLI|Command Line Interface]] ''MinimalChessBoard''.
  
 
=Features=
 
=Features=
Line 43: Line 43:
 
'''[[Engines|Up one level]]'''
 
'''[[Engines|Up one level]]'''
 
[[Category:Open Source]]
 
[[Category:Open Source]]
[[Category:Didactic]
+
[[Category:Didactic]]
 
[[Category:C sharp]]
 
[[Category:C sharp]]
 
[[Category:UCI]]
 
[[Category:UCI]]

Revision as of 12:27, 25 April 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