Hacker News new | ask | show | jobs
by coldsmoke 4546 days ago
Nice!

There is a bug though that confused me a bit. The input has the value 1, but the hardcoded call of the draw function uses 7 on page load. I.e. line 66

  draw(7);
1 comments

Oops, sorry about that! Fixed now.