Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uberswe/gameoflife

Conway's Game of Life using faiface/pixel with Go
https://github.com/uberswe/gameoflife

Last synced: about 2 months ago
JSON representation

Conway's Game of Life using faiface/pixel with Go

Awesome Lists containing this project

README

        

# Conway's Game of Life using pixel in Go

[See video demonstration](https://youtu.be/AmTsYkoaiGs)

This is a simple program the implements Conway's Game of Life (https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) which I put together I was learning batching using the pixel library (https://github.com/faiface/pixel).

The original game of life code is not written by me, the source can be found here https://golang.org/doc/play/life.go