Go to file
2020-06-12 02:58:38 +01:00
grid.c first commit 2020-06-12 02:46:44 +01:00
grid.h first commit 2020-06-12 02:46:44 +01:00
main.c first commit 2020-06-12 02:46:44 +01:00
makefile first commit 2020-06-12 02:46:44 +01:00
README.md README.md tweaks 2020-06-12 02:58:38 +01:00
vect.c first commit 2020-06-12 02:46:44 +01:00
vect.h first commit 2020-06-12 02:46:44 +01:00

first_ncurses

Just a mess-around for ncurses. It has a bouncing 'ball/pixel'.

Grid handles drawing of pixels.

Vect handles 2d vectors.