Skip to content

John Conway's Game of Life written for the terminal in C

License

Notifications You must be signed in to change notification settings

Spacerulerwill/Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)>