An implementation of John Conway's Game of Life in C using the ncurses library
./compile_gcc.sh
Ensure that all the ncurses headers and libraries are installed and then:
.\compile_mingw64.bat
./life <WIDTH> <HEIGHT> <FPS (Optional)>
life <WIDTH> <HEIGHT> <FPS (Optional)>