You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9a40054f78 | 11 years ago | |
---|---|---|
Makefile | 11 years ago | |
Makefile.orig | 11 years ago | |
README.md | 11 years ago | |
clock.txt | 11 years ago | |
column.txt | 11 years ago | |
column2.txt | 11 years ago | |
column3.txt | 11 years ago | |
corners.txt | 11 years ago | |
dripping-pan.txt | 11 years ago | |
endoh1.c | 11 years ago | |
endoh1_color.c | 11 years ago | |
endoh1_deobfuscate.c | 11 years ago | |
evaporation.txt | 11 years ago | |
flat.txt | 11 years ago | |
fountain.txt | 11 years ago | |
funnel.txt | 11 years ago | |
funnel2.txt | 11 years ago | |
funnel3.txt | 11 years ago | |
glass-half-empty.txt | 11 years ago | |
hint.css | 11 years ago | |
hint.html | 11 years ago | |
hint.text | 11 years ago | |
leidenfrost.txt | 11 years ago | |
logo.txt | 11 years ago | |
pour-out.txt | 11 years ago | |
tanada.txt | 11 years ago |
README.md
This is the endoh entry from the 2012 International Obfuscated C Code Contest.
tl;dr: it does ASCII fluid simulations.
To run it:
- git clone https://github.com/gardaud/endoh.git
- cd endoh
- make
- ./endoh1 < pour-out.txt
You can also make endoh1_color
and run this binary instead to get colored output.
Have fun :)
Original code by Yusuke Endoh mame@tsg.ne.jp
Original page here: http://www.ioccc.org/2012/endoh1/hint.html