sdl2-life

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

commit 069e3de814167836dd35238f5f929ac3ff6fbcd3
parent fb849974a020c818e930802556cd35071057cf4b
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Sun, 12 Apr 2020 18:14:59 -0700

Update README.md

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

diff --git a/README.md b/README.md @@ -0,0 +1,8 @@ +[Conway's Game of Life](https://www.conwaylife.com/wiki/Conway's_Game_of_Life) + +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) +* Hit 'h' to display they key help on the console while it is running. +* Pass '-help' on the cmdline to see the available options. +