Go to file
2020-06-14 02:55:02 +01:00
grid.c started on functionality related to the game of life 2020-06-14 02:55:02 +01:00
grid.h started on functionality related to the game of life 2020-06-14 02:55:02 +01:00
main.c added terminal interrupt handlingw 2020-06-12 22:50:03 +01:00
makefile first commit 2020-06-12 02:46:44 +01:00
README.md changed README.md to reflect project 2020-06-12 23:10:27 +01:00
session.vim started on functionality related to the game of life 2020-06-14 02:55:02 +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.

Grid handles drawing of pixels.

Vect handles 2d vectors.