An open API service indexing awesome lists of open source software.

https://github.com/lukad/gogol

Conway's Game of Life in Go
https://github.com/lukad/gogol

Last synced: 2 months ago
JSON representation

Conway's Game of Life in Go

Awesome Lists containing this project

README

        

# gogol

My first attempt at making a Conway's Game of Life implementation which I slapped together last night.
It's written in Go and (kinda) supports toroidal arrays.