Skip to content

Commit a42381d

Browse files
committed
189
1 parent 7b4df45 commit a42381d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

index.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/* eslint-disable */
2-
32
K = 13,
43
x = W = 27,
5-
H = 297,
64
X = Y =
75
setInterval(function() {
86
for (
@@ -13,15 +11,15 @@ setInterval(function() {
1311
Y *=
1412
x < W ?
1513
-1 :
16-
x > H ? (
14+
x > 297 ? (
1715
(
18-
Q = x - H - K - 2
16+
Q = x - 299 - K
1917
) * Q < 4 ?
2018
-1 :
2119
p
2220
) : 1,
2321
x += Y * (W + X * Y);
24-
i++ < H + K;
22+
i++ < 297 + K;
2523
p.innerText = h + 888
2624
)
2725
h += i % W ?

min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
K=13,x=W=27,H=297,X=Y=setInterval(function(){for(i=h="",K=K<0?0:K>24?24:K,X*=x%W?1:-1,Y*=x<W?-1:x>H?(Q=x-H-K-2)*Q<4?-1:p:1,x+=Y*(W+X*Y);i++<H+K;p.innerText=h+888)h+=i%W?i==x?0:" ":"\n"},99);
1+
K=13,x=W=27,X=Y=setInterval(function(){for(i=h="",K=K<0?0:K>24?24:K,X*=x%W?1:-1,Y*=x<W?-1:x>297?(Q=x-299-K)*Q<4?-1:p:1,x+=Y*(W+X*Y);i++<297+K;p.innerText=h+888)h+=i%W?i==x?0:" ":"\n"},99);

0 commit comments

Comments
 (0)