Skip to content

Releases: eErbLiddle/ConwaysGameOfLife

v1.0

08 Apr 22:09

Choose a tag to compare

Refactored the code to be significantly cleaner from when I first wrote it in high school. Runs Conway's Game of Life on a 100x100 board that does not wrap around. "acorn" seed creates a default pre-set board, any other seed uses that input as the seed for Python's random library.