ncurses-gameoflife/README.md
2020-06-12 23:10:27 +01:00

7 lines
130 B
Markdown

# ncurses_gameoflife
Small program to simulate Conway's Game of Life.
Grid handles drawing of pixels.
Vect handles 2d vectors.