|
|
|
|
|
by zamfofex
1498 days ago
|
|
Hello, HN! This is a chess bot I have been working on sporadically for several months now. https://github.com/zamfofex/dummyette From the very beginning, I wanted to make it simplistic in approach, so the AI algorithm isn’t very complicated. I wanted to balance strength and simplicity, and I think I’m very happy with the results! My hope is that it can be fun to play for begginers and intermidiate players! It was meant to be played by humans rather than to play against machines. It can also be used as a library, and I put a lot of effort on thoroughly documenting its API. It isn’t a fixed API, and it follows a “rolling release” approach, but I try to avoid making breaking changes unless I have a good reason for it. I wrote a post about it in the Computer Chess Club forums a while back, but people didn’t seem so interested about it there: https://talkchess.com/forum3/viewtopic.php?f=7&t=79379 Again, it isn’t a particularly strong or innovative approach, but I am happy with how it turned out! |
|