Difference between revisions of "Case Studies"
From SizeCoding
Line 6: | Line 6: | ||
:[[10print]]: Trixter's attempt to reproduce 10PRINT for x86 | :[[10print]]: Trixter's attempt to reproduce 10PRINT for x86 | ||
+ | |||
+ | :[[4is256]]: rrrola's Tetris contains not only a full tetris clone, but has scoring | ||
== External Case Studies == | == External Case Studies == |
Revision as of 12:43, 14 August 2016
Sometimes it can be helpful to examine a tinyprog in detail, seeing what choices were made and why:
- MELT.COM: We take a cute program from the 1980s and see how far we can crunch it down
- m8trix 8b: An "Enter The Matrix" screen display in only 8 bytes
- 10print: Trixter's attempt to reproduce 10PRINT for x86
- 4is256: rrrola's Tetris contains not only a full tetris clone, but has scoring
External Case Studies
(brainfuck thing hellmood mentioned?)