game.c | ||
game.h | ||
grid.c | ||
grid.h | ||
log.c | ||
log.h | ||
main.c | ||
makefile | ||
README.md | ||
session.vim | ||
vect.c | ||
vect.h |
ncurses_gameoflife
Small program to simulate Conway's Game of Life, using ncurses.
Bindings: q - quit. h,j,k,l - move cursor. space - pause/unpause game. i - toggle cell (be sure to have game paused). r - randomises grid. c - clears grid.