@ -21,7 +21,9 @@ public class Logic {
//add board update
updateGui(playfield);
testForWin(playfield, player);
if(testForWin(playfield, player)) {
calcScore(playfield);
}
currentPlayer = (player % 2) + 1;
return 0;