Go to file
2020-06-24 14:34:36 +01:00
game.c Migrated handling of grid and game to game.(c/h). 2020-06-24 14:27:24 +01:00
game.h Migrated handling of grid and game to game.(c/h). 2020-06-24 14:27:24 +01:00
grid.c Migrated handling of grid and game to game.(c/h). 2020-06-24 14:27:24 +01:00
grid.h Migrated handling of grid and game to game.(c/h). 2020-06-24 14:27:24 +01:00
main.c Removed unused headers. 2020-06-24 14:34:36 +01:00
makefile Doesn't work segfaults. 2020-06-24 04:05:49 +01:00
README.md changed description 2020-06-18 01:23:23 +01:00
session.vim Updated session. 2020-06-24 02:56:56 +01:00
vect.c Doesn't work segfaults. 2020-06-24 04:05:49 +01:00
vect.h Doesn't work segfaults. 2020-06-24 04:05:49 +01:00

ncurses_gameoflife

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

Press 'q' to quit.