summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaoran S. Diao <0@hairydiode.xyz>2019-04-02 09:18:03 -0400
committerHaoran S. Diao <0@hairydiode.xyz>2019-04-02 09:18:03 -0400
commitf5a9adbe912fe36411c8fd83c7c831ca43525015 (patch)
tree4d52b35ed2207bf0cae50c8ded2dc06feee80331
parent631124538c3b17aaaf3e3179316a3dd0568815b7 (diff)
added READMEHEADmaster
-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