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

sunfish can't play white? #92

Closed null-Exception1 closed 1 year ago

null-Exception1 commented 2 years ago

I tried a couple times by rotating board before it started searching, but still gives weird evals and errors meaning its still playing black

thomasahle commented 2 years ago

It can definitely play as white. Can you give more details on what you tried?

Great-error commented 2 years ago

I tried a couple times by rotating board before it started searching, but still gives weird evals and errors meaning its still playing black

Any updates?

thomasahle commented 2 years ago

@null-Exception1 Can you show the commands you ran? And what output you got?

feldnerd commented 2 years ago

It can definitely play as white. Can you give more details on what you tried?

@thomasahle What is the simplest way to make it play as white?

thomasahle commented 1 year ago

Just run fancy.py.

null-Exception1 commented 1 year ago

solved it. all good.