sdl2-life

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

commit fb849974a020c818e930802556cd35071057cf4b
parent 76e309c306f77a0bd29ac505a5d8ce3b24fe4c17
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Sun, 12 Apr 2020 18:08:26 -0700

Add Life 1.05 glider and glider gun example files

Diffstat:
Aexamples/glider-1.05.life | 7+++++++
Aexamples/glider-gun-1.05.life | 13+++++++++++++
2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/examples/glider-1.05.life b/examples/glider-1.05.life @@ -0,0 +1,7 @@ +#Life 1.05 +#D This is a glider. +#N +#P -1 -1 +.*. +..* +*** diff --git a/examples/glider-gun-1.05.life b/examples/glider-gun-1.05.life @@ -0,0 +1,13 @@ +#Life 1.05 +#D Gosper glider gun +#N +#P -18 -5 +........................*........... +......................*.*........... +............**......**............** +...........*...*....**............** +**........*.....*...**.............. +**........*...*.**....*.*........... +..........*.....*.......*........... +...........*...*.................... +............**......................