Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 409 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 409 Bytes

John Conway's Game of Life

An implementation of John Conway's Game of Life in C using the ncurses library

Building

GCC (Linux)

./compile_gcc.sh

MinGW64-GCC (windows)

Ensure that all the ncurses headers and libraries are installed and then:

.\compile_mingw64.bat

Running

Linux

./life <WIDTH> <HEIGHT> <FPS (Optional)>

Windows

life <WIDTH> <HEIGHT> <FPS (Optional)>