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.