You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/scala/Move.scala
+1-1
Original file line number
Diff line number
Diff line change
@@ -359,7 +359,7 @@ object Move {
359
359
Situation.Abalone(m.situationBefore),
360
360
Board.Abalone(m.after),
361
361
m.autoEndTurn,
362
-
None, // capture. @TODO: Could be the pos of the piece that was on targetSquare described by the move (because line moves are basically just marbles jumping over other ones)
362
+
None, // capture. @TODO: Could be the pos of the piece that was on targetSquare described by the move (because line moves (and by extension, pushes) are basically just marbles jumping over other ones)
0 commit comments