From 9a40054f785ef279079bbd0c0f412e64371d40f8 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Mon, 25 Nov 2013 13:07:54 -0800 Subject: [PATCH] Added readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa648ec --- /dev/null +++ b/README.md @@ -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 + +Original page here: http://www.ioccc.org/2012/endoh1/hint.html +