Skip to content

Commit 5f559d8

Browse files
committed
Increase scramble steps
1 parent 51cfd47 commit 5f559d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@
420420
let iY = SpaceState.currY;
421421
const positions = [];
422422

423-
for (let i = 0; i < 2; i++) {
423+
for (let i = 0; i < 500; i++) {
424424

425425
const candidatePositions = [];
426426
if (iX > 0) candidatePositions.push([iX - 1, iY]);

0 commit comments

Comments
 (0)