diff options
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/readme.txt b/readme.txt deleted file mode 100644 index 4d09bae..0000000 --- a/readme.txt +++ /dev/null @@ -1,24 +0,0 @@ - -ASCII Fluid Simulator -===================== - - -This project duplicates the functionality of an ASCII fluid simulator written by Yusuke Endoh for -an IOCCC entry in 2012. The original entry can be viewed at - - https://web.archive.org/web/20190311013952/http://www.ioccc.org/2012/endoh1/ - -While the functionality was duplicated, the original code was too obfuscated to use as a guide and -so this project was essentially written from scratch. - - - -To compile, use - - gprbuild fluid.gpr - -and to run, redirect an input file into the program's standard input - - bin/fluid < data/column.txt - - |