Commit b6b109e0 authored by nargessalehi98's avatar nargessalehi98

Add pre-fainal

parent 239e6b1a
......@@ -37,7 +37,7 @@ public class Map {
}
/**
* check given line of map that allows player to win - provide game wining rule
* check given line(horizontal and vertical only) of map that allows player to win - provide game wining rule
* @param main start point of line
* @param a next disk on the line
* @param b next disk on the line
......@@ -72,7 +72,7 @@ public class Map {
if (num == 2)
return square2;
if (num == 3)
return square3;
return square3;
if (num == 4)
return square4;
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment