From 0df2c921bd0f7f74709f7b8eb6acd8476e48d02c Mon Sep 17 00:00:00 2001 From: Miloslav Ciz Date: Wed, 11 Oct 2023 16:15:07 +0200 Subject: [PATCH] Update --- chess.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chess.md b/chess.md index 9b93d98..9a72b3e 100644 --- a/chess.md +++ b/chess.md @@ -43,9 +43,9 @@ On **perfect play**: as stated, chess is unlikely to be ever solved so it is unk ## Chess And Computers -{[This](https://www.youtube.com/watch?v=DpXy041BIlA) is an absolutely amazing video about weird chess algorithms :) ~drummyfish} +{ [This](https://www.youtube.com/watch?v=DpXy041BIlA) is an absolutely amazing video about weird chess algorithms :) ~drummyfish } -Chess are a big topic in computer science and programming, computers not only help people play chess, train their skills, analyze positions and perform research of games, but they also allow mathematical analysis of chess and provide a platform for things such as [artificial intelligence](ai.md). +Chess is a big topic in computer science and programming, computers not only help people play chess, train their skills, analyze positions and perform research of games, but they also allow mathematical analysis of chess and provide a platform for things such as [artificial intelligence](ai.md). There is a great online Wiki focused on programming chess engines: https://www.chessprogramming.org.