/SmallGameOfLife

A simple game of life implementation in Pharo

Primary LanguageSmalltalkMIT LicenseMIT

SmallGameOfLife

A simple game of life implementation in Pharo

Metacello new
				baseline: 'SmallGameOfLife';
				repository: 'github://rvillemeur/SmallGameOfLife/src';
				load

To start it:

|game|

game := GOLGame rows: 9 columns: 16.
game patternPentadecathlon .
game openInWindow