js1024 Revisited in 2025 |
Written by Nikos Vaggalis |
Friday, 12 September 2025 |
After a few years we revisit the fun annual JavaScript Golfing competition. So what's new? Last time we looked at the competition was in 2020, its inagural year. In "How Much Awesomeness Can You Pack In Just 1K?", I explained js1024 is a competition that falls into the realm of the Demoscene where you create little games or audio-visual demonstrations using as few resources as possible. That scope hasn't changed, the rules haven't changed either: • Your source code mustn't take up more than 1024 bytes • No malicious/harmful code allowed • You're not allowed to extract personal data from users • No external files allowed (external scripts and images will be automatically blocked) • Do not share your private participant key. You will use it to rate other projects • Upload a readable version (+ comments) of your code to help people understand it (optional) The demos however have become more intricate, occupying the following categories. The person with the highest rating in each category gets the fabled #1 place :
With the categories in place let's check out what kind of awesomeness have developers manged to fit in just 1024 bytes and in year 2025. And let's begin with the winners. Ant1k Attack
It does what it promises; squash ants with your left mouse click! context.beginPath(context.fill(context.ellipse( Graves
Pretty scary...Makes use of SDF functions (Signed Distance Fields) When the Sun Goes Down
Calada2 maxed it out by consuming the full 1024 bytes spectrum! Pure HTML, DOM manipulation and heavy use of CSS 'transform'. These were the winners. However there were other honorable entries, such as: Back Rooms Escape Through the nebula
Slenderman 2D Make sure to check all of the demos. Be aware that you're going to spend a lot of time playing with them. At the end of the day, who said that for making a game addictive you need 100s of Gigabytes of memory, using the latest 3d engine and top notch graphics? The world acclaimed Undertale has proven the case otherwise. A little game runnable in any available commodity hardware, fostering the greatest gameplay ever. It just makes you appreciate those tiny JS1024 games. More InformationRelated Articlesjs1024 - How Much Awesomeness Can You Pack In Just 1K?
|
Last Updated ( Friday, 12 September 2025 ) |