cyclone/examples/game-of-life-png/README.md
Justin Ethier 4d8a45bd65 Moved text
2016-04-20 23:59:44 -04:00

12 lines
369 B
Markdown

# 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
<img class="doc" src="../../docs/images/game-of-life-gliders.gif">