summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5a74bf8..3e79a64 100644
--- a/README.md
+++ b/README.md
@@ -16,3 +16,7 @@ compile and run using:
```
gcc snake.c -o snake -lncurses -lpthread && ./snake
```
+
+# example
+
+[asciinema game example](https://asciinema.org/a/N1qgDuEvJpThShuyRr0uR5QtZ)