Game of Life
by dddaaannn
















































Game of Life
An implementation of Conway's Game of Life cellular automata.
Wikipedia: https:en.wikipedia.orgwikiConway%27s_Game_of_Life
Game of Life wiki: http:www.conwaylife.comwikiMain_Page
v0.1: Initial version. GoL simulation uses the screen itself for storing cell data, using the two-line buffer method, with null edges.
v0.2: Pattern library. Audible feedback. Small bug fixes and performance improvements.
v0.3: Performance improvements. Pattern placer now lets you stamp multiple copies until you cancel. Simulation displays a generation count. Small visual changes.
License: -