DEV Community

Benny Schuetz
Benny Schuetz

Posted on • Edited on

My JS1024.fun entries

The JS1024.fun project is a javascript golfing competition where participants have 15 days to create a cool JavaScript or GLSL program in 1024 bytes or less.

This year's theme is "Creepy".

I entered similiar golfing challenges in the past - however this time I mostly used #AI to create my entries. Only some final manual steps (mostly minification) needs to be done on my side.

Within 24 hours I created two entries.

  • Ghost Vibes (1021 bytes of full HTML code)

  • Blood Sea (961bytes of shader code)

UPDATE

I couldn't resists to enter two more entries. So after 48 hours there are 4 demos in total.

  • BOO!Vibes - Distorted ghost vibed in a shader of only 802 bytes

  • Creepy Organ - Mandelbulb fractals squeezed into a shader of 1017 bytes

Header over to JS1024.fun and check out all entries and let me know what you think of them.

Top comments (0)