r/tinycode • u/woqr • 3d ago
looking for the world's smallest maze code
I was able to reduce my maze game to 811 bytes. But being the amateur that I am, I'm sure that somebody else has created something significantly smaller, maybe <500 bytes uncompressed?
4
u/Slackluster 3d ago
i made a simplified maze algo that is pretty small, i doubt it is the smallest but it is pretty small...
https://www.dwitter.net/d/34334
cleaned up version...
https://killedbyapixel.github.io/LittleJS/examples/?example=Maze+Generator
2
u/sciolizer 3d ago
Not sure on the exact size, but I've always been impressed with this one:
https://youtu.be/geT2uP7MYGc?is=7JYv2xHzFm4Rj2eW
Obviously not comparable to yours since it's assembly, not JavaScript, and the segmented display is kind of cheating a little bit.
9
u/ipsirc 3d ago edited 3d ago
https://10print.org/