Difference between revisions of "MinimalChess"

From Chessprogramming wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 34: Line 34:
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=77186 MinimalChess 0.4 released] by [[Thomas Jahn]], [[CCC]], April 27, 2021
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=77186 MinimalChess 0.4 released] by [[Thomas Jahn]], [[CCC]], April 27, 2021
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=77586 MinimalChess 0.5 released] by [[Thomas Jahn]], [[CCC]], June 30, 2021
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=77586 MinimalChess 0.5 released] by [[Thomas Jahn]], [[CCC]], June 30, 2021
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=77859 MinimalChess - how to move forward?] by [[Thomas Jahn]], [[CCC]], August 03, 2021
 +
* [https://www.talkchess.com/forum3/viewtopic.php?f=2&t=78055 MinimalChess 0.6 released] by [[Thomas Jahn]], [[CCC]], August 29, 2021
  
 
=External Links=
 
=External Links=
 
==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]

Latest revision as of 12:07, 7 October 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

Forum Posts

External Links

References