nvzqz / Sage

A cross-platform chess library for Swift
Apache License 2.0
375 stars 43 forks source link

I want to build Computer opponent #12

Closed hunght closed 7 years ago

hunght commented 7 years ago

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 7 years ago

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.