sdl2-life

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

commit 019490540f15b4f4ae93bc57bf6f4293d270f659
parent 03b5210d9ba78f4c402c5eeabd44c0d674884b4d
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Wed, 15 Apr 2020 06:38:19 -0700

Update README with link to Life Lexicon

Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -3,6 +3,7 @@ This implementation uses a [SDL2 Go library](https://github.com/veandco/go-sdl2/) to draw the world. * It currently supports loading [Life 1.05 pattern files](https://www.conwaylife.com/wiki/Life_1.05) +* Supports plaintext pattern files like those from the [Life Lexicon](https://www.conwaylife.com/ref/lexicon/lex_1.htm) * Hit 'h' to display they key help on the console while it is running. * Pass '-help' on the cmdline to see the available options.