Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 315 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 315 Bytes

Game of Life

Conway's Game of Life implemented in Python. Idea is to implement in different languages and animation styles when I find the time. Opportunity for code golfing!

Requirements:

Requires Numpy and Matplotlib

    pip install -r requirements.txt

Needs FFMPEG to render images into a movie.