sdl2-life

Conway's Game of Life with go-sdl2
git clone https://www.brianlane.com/git/sdl2-life
Log | Files | Refs | README

commit 1d58bf4f94cc457209db8618b369094fa4a927d1
parent 67a3f2f5517c09083b52e1715c1dca440312415c
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Tue, 14 Apr 2020 07:52:54 -0700

Add the stick figure glider from https://xkcd.com/2293/ to examples

RIP John Conway 1937-2020

Diffstat:
Aexamples/conway.life | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/examples/conway.life b/examples/conway.life @@ -0,0 +1,13 @@ +#Life 1.05 +#D https://xkcd.com/2293/ +#N +#P 0 0 +..***.. +..*.*.. +..*.*.. +...*... +*.***.. +.*.*.*. +...*..* +..*.*.. +..*.*..