This commit is contained in:
Miloslav Ciz 2024-09-05 21:54:17 +02:00
parent b7dd8b6448
commit 9c9ff9934c
21 changed files with 1828 additions and 1769 deletions

View file

@ -60,7 +60,7 @@ Fun fact: there seem to be **almost no black people in [chess](chess.md)** :D th
## 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 :) And here is a very lovely article about someone's memories of his old competitive chess program: https://www.lkessler.com/brutefor.shtml. ~drummyfish }
Chess is of some interest to [computer scientists](compsci.md) and [programmers](programming.md), 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 as such and provide a platform for things such as [artificial intelligence](ai.md).