Releases: eErbLiddle/ConwaysGameOfLife
Releases · eErbLiddle/ConwaysGameOfLife
v1.0
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.