This code transforms PNGs onto a John Conway Game of Life board. The board and other files were made with Turtle graphics for Tk in Python.
Clone or download the repo recursively.
You can either include the library in your own Python script
Like this:
import JohnCon from JohnCon
...
Or you can run main.py and watch the magic
Like this:
python main.py
You will need the following python libraries: sys, turtle, random, pillow, scipy, numpy, and time. Which can all be downloaded through pip installation.
For example:
sudo pip install <missing pyhton library>
- Willie McClinton - Initial work - A.M. Kuchling
- I want to thank HopHacks for their help
- Also I want to greatly thank John Conway and John von Neumann for seeing the beauty in the little things