From c4b7bf7dfd3027264affac99fb90e7e28ee8a1bf Mon Sep 17 00:00:00 2001 From: Miloslav Ciz Date: Sun, 6 Mar 2022 20:51:21 +0100 Subject: [PATCH] Update --- chess.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chess.md b/chess.md index ea45703..ef2a1d6 100644 --- a/chess.md +++ b/chess.md @@ -46,7 +46,7 @@ For online chess there exist many servers such as https://chess.com or https://c Playing strength is not the only possible measure of chess engine quality, of course -- for example there are people who try to make the **smallest chess programs** (see [countercomplex](countercomplex.md) and [golfing](golf.md)). As of 2022 the leading programmer of smallest chess programs seems to be Óscar Toledo G. (https://nanochess.org/chess.html). Unfortunately his programs are [proprietary](proprietary.md), even though their source code is public. The programs include Toledo Atomchess (392 [x86](x86.md) instructions), Toledo Nanochess (world's smallest [C](c.md) chess program, 1257 non-blank C characters) and Toledo Javascript chess (world's smallest [Javascript](javascript.md) chess program). He won the [IOCCC](ioccc.md). Another small chess program is micro-Max by H. G. Muller (https://home.hccnet.nl/h.g.muller/max-src2.html, 1433 C characters, Toledo claims it is weaker than his program). -{ Nanochess is actually pretty strong, in my testing it beat fairymax. ~drummyfish } +{ Nanochess is actually pretty strong, in my testing it easily beat [smallchesslib](smallchesslib.md) :') ~drummyfish } ## Programming Chess