game of life written in c using ncurses.
Use the arrow keys to move the cursor around the board, press space to change the cell (alive or dead), press 'g' to start the simulation, press 's' to step one generation, press 'c' to clear the field, 'v' to change the cell color, 'b' to change the background color.
compile with: gcc main.c -o gol -lncurses