|
|
Rikka (2012-11-05) 2-frame random quine. Rikka generates ASCII art code on stdout. Two patterns are possible: ./rikka.pl > lets.pl ./rikka.pl | perl > go.pl ./rikka.pl | perl | perl > lets.pl ./rikka.pl | perl | perl | perl > go.pl ... i.e. odd number of Perl invocations generates the first program, even number of Perl invocations generates the second. The output programs are filled with random bytes, so even though there are only two layouts, the output never cycles. For best results, run in a terminal larger than 132 columns by 56 rows. Based on Takanashi Rikka from "Chu-2 byo demo KOI ga shitai" -- omoikane@uguu.org - http://uguu.org/
RAR | ZIP | / | |
2025-08-26 |