Which language should i use to design a chess robot ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 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