I wrote a little chess engine in Python that plays at least elo 1400 using alpha-beta search with the goal of making it simple and pedagogical, trying to outdo Lisp. I am thinking about making it talk XBoard, removing the experimental stuff, then posting it to GitHub just as a nice example.
I think though if I want to get more into chess programming I'm going to switch to a faster language.
I think though if I want to get more into chess programming I'm going to switch to a faster language.