ncurses-gameoflife/README.md

7 lines
139 B
Markdown
Raw Normal View History

2020-06-12 09:55:19 +08:00
# first_ncurses
Just a mess-around for ncurses. It has a bouncing 'ball/pixel'.
2020-06-12 09:58:38 +08:00
Grid handles drawing of pixels.
Vect handles 2d vectors.