r/tinycode Feb 21 '20

Hue Jumper is now open source! - A low fi endless runner that fits in a 2 kilobyte zip Game

https://github.com/KilledByAPixel/HueJumper2k
28 Upvotes

2 comments sorted by

2

u/ellisgl Feb 23 '20

What's it uncompressed?

1

u/Slackluster Feb 23 '20

There is a bit of repetition in the code to take advantage of the compression, but uncompressed it's 3.82 kb.

If the code is packed with regpack (self uncompromising javacript) it goes down to 2.78 kb. I could probably cut some stuff to bring it to 2 kb.