krestenlaust / ChessGame

Chess-engine designed and implemented by my friends, Cogo and Patrick, and I. Features AI opponent (using minimax), Lichess integration and multiplayer-on-LAN.
5 stars 1 forks source link

The game makes the step sound before the first move, when the game is just started #7

Open krestenlaust opened 1 year ago

krestenlaust commented 1 year ago

A simple off-by-one-error somewhere in ChessForms presumably.

krestenlaust commented 1 year ago

Furthermore, there's no step sound when a final move has been delivered.

krestenlaust commented 1 year ago

Possibly related to bots. If that's the case, then the good-first-issue label should be removed, as it suggests an underlying issue in bot API