diff --git a/README.md b/README.md index b92e37c..0205d2b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ncurses_gameoflife -Small program to simulate Conway's Game of Life. +Small program to simulate Conway's Game of Life, using ncurses. + +Press 'q' to quit. -Grid handles drawing of pixels. -Vect handles 2d vectors.