nvzqz/Sage

I want to build Computer opponent

Closed this issue · 1 comments

i found that Minimax with alpha beta pruning is best way to implement chess AI, but i just wonder if i could using some other open source that could do this ?

nvzqz commented

Sage itself isn't a chess engine. You could implement a chess engine with Sage, however. There's an example of one by @JaviSoto here.