Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manveru/go.life
Game of Life in Go
https://github.com/manveru/go.life
Last synced: about 4 hours ago
JSON representation
Game of Life in Go
- Host: GitHub
- URL: https://github.com/manveru/go.life
- Owner: manveru
- Created: 2012-05-04T10:15:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-04T10:33:50.000Z (over 12 years ago)
- Last Synced: 2024-11-05T18:51:22.097Z (about 2 months ago)
- Language: Go
- Size: 93.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game of Life
Just a simple implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway's_Game_of_Life)
Controls are displayed on startup in the terminal.## Dependencies
go get github.com/banthar/Go-SDL/sdl
## Running it
go run life.go
## Options
go run life.go -h
## License
MIT