Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uberswe/gameoflife
- Owner: uberswe
- Created: 2019-06-11T20:15:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T20:25:34.000Z (over 5 years ago)
- Last Synced: 2024-05-02T01:06:45.995Z (8 months ago)
- Language: Go
- Homepage: https://youtu.be/AmTsYkoaiGs
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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