Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 369 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 369 Bytes

Game of Life - PNG Image Generator

ImageMagick, libpng, and libpng headers must be installed to build this project.
To install these packages on Ubuntu:

sudo apt-get install imagemagick libpng-dev

To create PNG outputs and convert to an animation, run:

make && ./life && ./convert.sh