You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Weber 220f0e7ffa
test commit
2 years ago
conway use bernoulli distribution for random start 2 years ago
.gitignore simple conways life 3 years ago
README.md test commit 2 years ago
requirements.txt added PyPlot Animation, changed board starte to numpy instead of python list 2 years ago
setup.py use bernoulli distribution for random start 2 years ago

README.md

Conway's Game of Life

Rules: https://en.wikipedia.org/wiki/Conway's_Game_of_Life

This is a game that relies on simple rules but can spawn complex behaviour.

A simple python implementation of Conway's Game of Life.