Which language should i use to design a chess robot ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Which language should i use to design a chess robot ?

Which language should i use to design a chess robot ?

15th May 2020, 9:42 PM
Osama Ghandour Geris
Osama Ghandour Geris - avatar
1 ответ
+ 2
C/C++ will give you the most control and speed. Stockfish (the strongest chess AI) and I believe most other chess AIs are written in C++. Lc0 is written in Go.
15th May 2020, 10:25 PM
Schindlabua
Schindlabua - avatar