From f5a9adbe912fe36411c8fd83c7c831ca43525015 Mon Sep 17 00:00:00 2001 From: "Haoran S. Diao" <0@hairydiode.xyz> Date: Tue, 2 Apr 2019 09:18:03 -0400 Subject: added README --- README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README 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 -- cgit v1.1