The 29th International Obfuscated C Code Contest (IOCCC) 2025 Winners
86 points by matt_d 3 hours ago | 10 comments

s-macke 25 minutes ago
My favorite is the 366-byte C program emulator that can run Linux and Doom [0]. The VM implements an OISC - a One Instruction Set Computer [1].

[0] https://github.com/ioccc-src/winner/blob/master/2025/cable/p...

[1] https://github.com/ioccc-src/winner/blob/master/2025/cable/R...

reply
haunter 2 hours ago
The GameBoy emulator's code also looks like the GameBoy. Slow clap this is insane, definitely my favorite entry.

https://github.com/ioccc-src/winner/blob/master/2025/ncw1/pr...

The author, Nick Craig-Wood, is the creator of rclone!

reply
sourcecodeplz 2 hours ago
Damn, that is cool! Looking at me typing css & php...
reply
aquir 2 hours ago
The website itself is obfuscated, it’s not easy to find the C sources at all!
reply
lifebeyondfife 2 hours ago
reply
yayitswei 31 minutes ago
In case anyone was wondering, the IOCCC specifically permits LLM use in their guidelines.

"The IOCCC has a rich history of remarkable winning entries created by authors who skillfully employed various techniques (often their own tools) to develop their code."

reply
larodi 2 hours ago
Tis a pity to not have LLMs compete, given level of obfuscation they be capable of.
reply
lifthrasiir 2 hours ago
In my experience LLMs were pretty good at deobfuscating many entries (including mine) but very awful at generating any significantly obfuscated code. So obfuscation can be regarded as a truly humane art---at least for now.
reply
AlotOfReading 48 minutes ago
It's a bit annoying getting frontier models to even work on IOCCC code because of "safety", but even if you get around that LLMs just aren't very good at it. Obfuscating code involves a level of creativity and deviousness that LLMs struggle to meet.
reply
rurban 52 minutes ago
So like at a film festival, 90% of the entries won a price, but unlike a film festival there's not a single best. Weird, like modern education.
reply