Hacker News new | ask | show | jobs
by danielgjackson 1262 days ago
Nice! I made a 250-byte Snake game (265 as a URL) a few years ago after spending far too long code-golfing it:

https://danielgjackson.github.io/tinyjs#snake

...and even a 224 byte version (240 as a URL), but with a few too many sacrifices.

1 comments

You are on a completely different level. Wow. I am going to spend absolutely too long tomorrow trying to work out how on earth you've done that. Cheers!
It was spread over a long time, and quite painful to get there!

If it's useful, I added an explanation of how it works at:

https://github.com/danielgjackson/tinyjs/blob/master/mini-ex...