ergor / fry-chess

Simple chess engine
0 stars 0 forks source link

minimax + generator: picks illegal move #28

Open ergor opened 5 years ago

ergor commented 5 years ago

Issue: Moves pawn all the way across the board from start position. This should not happen as it picks a board from getBoards(), which is only one move ahead.

Piece reference/not cloned problem?

ergor commented 5 years ago

Screenshot_2019-10-23_10-45-17