From 06ce375fcbad3762901925928c8c59617e29e580 Mon Sep 17 00:00:00 2001 From: Lee Fastenau Date: Wed, 3 May 2017 21:46:59 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da1c805..c12cac0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# ConwayII -Pretty fast implementation of Conway's Game of Life for Apple II. +# Conway's Game of Life for Apple II +Written in 6502 assembly and not documented very well.