62156
reminds me of shadowgate for nintendo
753 byte C program, plays mono unsigned 8-bit @ 44100 Hz
Compile, run, and play like so:
PulseAudio: `gcc a.c -lm && ./a.out | pacat --format=u8 --channels=1`
ALSA: `gcc a.c -lm && ./a.out | aplay --rate=44100`
Unmangled version: http://pastebin.com/raw/TzYH6Fv3 (still <1k!)
Unprocessed, "full" version: http://pastebin.com/raw/qYwBNAfb
JS port and/or annotated, properly-styled version maybe to come...