Merge pull request #4 from Aaronvtr/main
Added a comment to TicTacToe_GameRules.java
This commit is contained in:
@@ -140,7 +140,7 @@ public class TicTacToe_GameRules {
|
|||||||
if (sum == 3 || sum == -3){
|
if (sum == 3 || sum == -3){
|
||||||
startWin = new Point(0, column);
|
startWin = new Point(0, column);
|
||||||
endWin = new Point(2, column);
|
endWin = new Point(2, column);
|
||||||
return true;
|
return true; //187
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user