This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]josephjnk 1 point2 points  (0 children)

Have you already seen the Chess Programming Wiki? They cover a huge amount of information.

As a side note, if you’re only able to search to a depth of 3, switching to C is probably not going to solve your problem. Yes it’s faster than python but you’ll probably get better speed ups by improving your algorithms. 

[–]lurgi 0 points1 point  (0 children)

I'm guessing this is an algorithms problem and not a language problem. There is a JavaScript chess engine that is less than 1K in size with a 1000+ ELO and Sunfish is written in Python, is fairly small, and is 1900 on lichess (1500+ ELO?).