/game-of-life

Simple Game of Life example using numpy and matplotlib

Primary LanguagePython

Game of Life in Python

prerequisites

install ffmpeg if you want have video from the game

sudo apt install ffmpeg

Written in python 3

Usage

for video output

python3 life --frames 90 --movfile test.mp4

change interval in miliseconds

python3 life --interval 20

change interpolation

python3 life --interval 20 --interpolation nearest

change grid size

python3 life --interval 20 --interpolation gaussian --grid-size 32