summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d0dcc18
--- /dev/null
+++ b/README
@@ -0,0 +1,6 @@
+Conway's Game of Life on a 80x40 grid, implemented in 10x20x5 = 1000characters
+arragned into the shape of a glider.
+
+Unobsfucated code is in conway.c
+Obfuscated code in card.c
+build with make