Go to file
2020-06-23 02:34:29 +01:00
grid.c FPS now controlled by delay to reduce cpu usage. Added last key overlay. 2020-06-22 00:58:05 +01:00
grid.h Works. Generates random grid 2020-06-15 01:12:14 +01:00
main.c slight changes 2020-06-23 02:34:29 +01:00
makefile slight changes 2020-06-23 02:34:29 +01:00
README.md changed description 2020-06-18 01:23:23 +01:00
session.vim Updated session. 2020-06-22 00:57:01 +01:00
vect.c first commit 2020-06-12 02:46:44 +01:00
vect.h added include guards and vim session file 2020-06-12 19:28:43 +01:00

ncurses_gameoflife

Small program to simulate Conway's Game of Life, using ncurses.

Press 'q' to quit.