diff --git a/README.md b/README.md index 9f594af..1e59070 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # first_ncurses Just a mess-around for ncurses. It has a bouncing 'ball/pixel'. + +Grid handles drawing of pixels. + +Vect handles 2d vectors.