summaryrefslogtreecommitdiff
path: root/software/conway.md
diff options
context:
space:
mode:
Diffstat (limited to 'software/conway.md')
-rw-r--r--software/conway.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/software/conway.md b/software/conway.md
new file mode 100644
index 0000000..5d89849
--- /dev/null
+++ b/software/conway.md
@@ -0,0 +1,3 @@
+# Conway's Game of Life
+
+I attempted both a pure C and a raylib implementation of it. Unfinished as usual.