thomasahle / sunfish

Sunfish: a Python Chess Engine in 111 lines of code
https://www.chessprogramming.org/Sunfish
Other
2.95k stars 543 forks source link

Wont bit boards make it faster? #71

Closed omatamix closed 4 years ago

thomasahle commented 4 years ago

Possibly. You can check the PyChess project (also on github) which is a bitboard based engine.