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
- Host: GitHub
- URL: https://github.com/lukad/gogol
- Owner: lukad
- License: wtfpl
- Created: 2013-12-20T21:17:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-20T21:17:40.000Z (over 11 years ago)
- Last Synced: 2025-02-08T03:11:21.603Z (3 months ago)
- Language: Go
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.