chess icon indicating copy to clipboard operation
chess copied to clipboard

Explicit accountName must be lowercase in QueensGamBotApp.class example

Open dehidehidehi opened this issue 2 years ago • 1 comments

Great engine, thank you !

I would suggest making it explicit to provide a lowerCase account name when passing in the accountName into the LichessClientBuilder class.

Otherwise, the case sensitive equals() checks to determine who's turn it is (AI or player) always fails or returns null.

dehidehidehi avatar Jan 29 '23 17:01 dehidehidehi

Pull request: https://github.com/marvk/chess/pull/21

dehidehidehi avatar Jan 29 '23 17:01 dehidehidehi