aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--doc/screenshot.pngbin0 -> 26381 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index cd1f12c..f8fd338 100644
--- a/README.md
+++ b/README.md
@@ -14,4 +14,10 @@ $ ghc -O2 -dynamic ant
$ ./ant
```
+The screenshot below shows the state of the grid after a few iterations (you can
+see the "ant" as a `,` near the top-right corner):
+
+![Screenshot][screenshot]
+
[wiki]: https://en.wikipedia.org/wiki/Langton%27s_ant
+[screenshot]: https://github.com/TimoWilken/chaos-ant/raw/master/doc/screenshot.png
diff --git a/doc/screenshot.png b/doc/screenshot.png
new file mode 100644
index 0000000..4915d6b
--- /dev/null
+++ b/doc/screenshot.png
Binary files differ