From d48e580938d43ad051e6136042ee6ff95e03dbbb Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Fri, 12 Jun 2020 23:10:27 +0100 Subject: [PATCH] changed README.md to reflect project --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e59070..b92e37c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# first_ncurses -Just a mess-around for ncurses. It has a bouncing 'ball/pixel'. +# ncurses_gameoflife +Small program to simulate Conway's Game of Life. Grid handles drawing of pixels.