Skip to content

Instantly share code, notes, and snippets.

@kitcat-dev
Created July 5, 2019 04:49
Show Gist options
  • Select an option

  • Save kitcat-dev/d42473a131f0d74e59631c174b31a172 to your computer and use it in GitHub Desktop.

Select an option

Save kitcat-dev/d42473a131f0d74e59631c174b31a172 to your computer and use it in GitHub Desktop.
Залипалово
setInterval(s => {
with (Math)
for (z++, y = -22; y < 23; y += 2)
for (s += '\n', x = -40; x++ < 40; )
s += 1 & (cos(atan2(x, y) * 9 - hypot(x, y) / 5 + z) > 0);
console.log(s);
}, (z = 40));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment