GoGOL - Conway's Game of Life, written in Golang
This is a very simple implementation of Conway's Game of Life in Go. Nothing fancy, just to get my feet wet with Go and a little bit of SDL.
No fancy algorithms to be found here, sorry!
Requirements
This program requires go-sdl2, which in turn requires SDL2.
How to build and run
Simply go get
this package and then from the package's directory:
go build
./gogol
License
This program is distributed under the terms of the GNU General Public License Version 3.
This program links against the go-sdl2 library which is distributed under a BSD 3-clause license.
This program links against the libsdl2 library, which is distributed under the terms of the zlib license.
This program packages the WhiteRabbit font by Matthew Welch. WhiteRabbit is distributed under the terms of the license found at whitrabt_license.txt.