From 397680dbf8d4607495b14cb0691cc4fa0f0107e0 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Fri, 12 Jun 2020 02:58:38 +0100 Subject: [PATCH] README.md tweaks --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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.