A Conway's Game of Life implementation written in C.
gcc
ncurses library
Clone the repository locally.
git clone https://github.com/jibrilfdev/game-of-life-c.git
cd game-of-life-c
gcc src/main.c -o life -l ncurses./lifeENTER on the main screen to go to the seed editor. Press x on a location to toggle the cell's status. Move locations using arrow keys or h, j, k, l. q to quit seed editor, and q to quit simulation loop.
Pull requests are welcome. Issues are welcome, and will potentially be addressed.


