.
This commit is contained in:
parent
ce6d808b02
commit
25c4b4f566
|
@ -138,7 +138,7 @@ function playingAT(col){
|
||||||
y=-x+b
|
y=-x+b
|
||||||
*/
|
*/
|
||||||
//find b
|
//find b
|
||||||
var b = 0 + y + x;
|
var b = y + x;
|
||||||
if (b < 6){
|
if (b < 6){
|
||||||
//first point of the diagonal has x=0;
|
//first point of the diagonal has x=0;
|
||||||
var kx = 0;
|
var kx = 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user