Added readme
parent
96832aa52c
commit
9a40054f78
@ -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
|
||||
|
Loading…
Reference in New Issue