Added readme

This commit is contained in:
Guillaume 2013-11-25 13:07:54 -08:00
parent 96832aa52c
commit 9a40054f78

19
README.md Normal file
View File

@ -0,0 +1,19 @@
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