summaryrefslogtreecommitdiff
path: root/software/conway.md
diff options
context:
space:
mode:
authorRadiohotline <radiohotline@disroot.org>2026-03-14 12:52:30 +0000
committerRadiohotline <radiohotline@disroot.org>2026-03-14 12:52:30 +0000
commitbb37417a6d50688e6090d4bd16a7e6c6ee8fbb89 (patch)
tree63fc8f254015685eb91ac899ce7be88436cc1496 /software/conway.md
parente7e358c99a516e13a01dd64b29e6af5a51026259 (diff)
fix md
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.