summaryrefslogtreecommitdiff
path: root/examples/conwaylife.py
AgeCommit message (Collapse)Author
2023-02-02top: Update Python formatting to black "2023 stable style".Jim Mussared
See https://black.readthedocs.io/en/stable/the_black_code_style/index.html Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
This is run with uncrustify 0.70.1, and black 19.10b0.
2017-05-29various: Spelling fixesVille Skyttä
2014-10-19examples: Update conwaylife to work with new LCD API.Damien George
2014-01-24Update conwaylife.pyugurthemaster
Import statements have been moved to the top of the file.
2014-01-16conwaylife.py: Give people chance to enjoy the show.Paul Sokolovsky
Delay between frames; run more generations.
2014-01-07Add some example scripts for pyboard (some can run on PC).Damien George