Go to file
2020-06-27 01:21:47 +01:00
game.c Added binds to clear/randomize cells. 2020-06-27 01:18:06 +01:00
game.h Added binds to clear/randomize cells. 2020-06-27 01:18:06 +01:00
grid.c destroyGrid() frees grid contents and itself. 2020-06-27 01:20:49 +01:00
grid.h destroyGrid() frees grid contents and itself. 2020-06-27 01:20:49 +01:00
main.c Migrated handling of ncurses to game. 2020-06-27 01:21:47 +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.