clock.txt | ||
column2.txt | ||
column3.txt | ||
column.txt | ||
corners.txt | ||
dripping-pan.txt | ||
endoh1_color.c | ||
endoh1_deobfuscate.c | ||
endoh1.c | ||
evaporation.txt | ||
flat.txt | ||
fountain.txt | ||
funnel2.txt | ||
funnel3.txt | ||
funnel.txt | ||
glass-half-empty.txt | ||
hint.css | ||
hint.html | ||
hint.text | ||
leidenfrost.txt | ||
logo.txt | ||
Makefile | ||
Makefile.orig | ||
pour-out.txt | ||
README.md | ||
tanada.txt |
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