abnDK / labyrint

0 stars 0 forks source link

FindGoalForce bug #1

Closed abnDK closed 8 months ago

abnDK commented 8 months ago

When calling insertBlockIntoColumn with reverse = true, the board we Clone in the Board.PotentialnewGenerations is already manipulated. Initial available block can be found in row 0, index 1 = 0,1 (line 256) At the same time the available block seems to be the initial available?

abnDK commented 8 months ago

Doesn't seem relevant no more