Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enocom/life
Conway's Game of Life in Go
https://github.com/enocom/life
Last synced: about 1 month ago
JSON representation
Conway's Game of Life in Go
- Host: GitHub
- URL: https://github.com/enocom/life
- Owner: enocom
- Created: 2015-04-18T17:54:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T19:02:08.000Z (over 7 years ago)
- Last Synced: 2024-10-14T11:32:40.479Z (3 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Life
Life is an implementation of [Conway's Game of Life][life] for the CLI.
## Installation
```
go get github.com/enocom/life
```## Usage
```
life -size 40 -rate 500ms
```
[life]: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life