Resources

From SizeCoding
Revision as of 21:11, 5 August 2016 by Trixter (talk | contribs)

Jump to: navigation, search

Discussions

Pouet's Tiny Intro Toolbox Thread was one of sizecoding.org's main inspirations.

References

The Hugi demoscene diskmag has included many programming articles since it started in 1996. Additionally, the Hugi Size Coding Competition Series is the gold standard for learning how to sizecode: Each competition was given a specific task, then participants submitted their results. All of the entries with their source code are available, as are the rules for each challenge.

Repositories

Tinyprogs are so small that you sometimes don't need the source code to understand them: Just pop them into a disassembler (like IDA) or a debugger and look at them. If you want to grab specimens for study, here are some places to start.

Pouet can be searched for the latest tinyprogs: 256b, 128b, 64b, and even 32b and smaller.

HardCode is a repository of 7800 64KB and smaller intros.