grid.c | ||
grid.h | ||
main.c | ||
makefile | ||
README.md | ||
session.vim | ||
vect.c | ||
vect.h |
ncurses_gameoflife
Small program to simulate Conway's Game of Life.
Grid handles drawing of pixels.
Vect handles 2d vectors.
grid.c | ||
grid.h | ||
main.c | ||
makefile | ||
README.md | ||
session.vim | ||
vect.c | ||
vect.h |
Small program to simulate Conway's Game of Life.
Grid handles drawing of pixels.
Vect handles 2d vectors.