sdl2-life

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

commit 44409392c63762c1db76f7ba8a80ee31496668c6
parent 279c62218816a94e31008c58134784ddbc95284a
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Sat,  5 Aug 2023 11:28:04 -0700

Set go version to 1.15

Diffstat:
Mgo.mod | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go.mod b/go.mod @@ -1,5 +1,5 @@ module github.com/bcl/sdl2-life -go 1.19 +go 1.15 require github.com/veandco/go-sdl2 v0.4.27