Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohanson/game-of-life
Play Conway's Game of Life by Golang!
https://github.com/mohanson/game-of-life
Last synced: 6 days ago
JSON representation
Play Conway's Game of Life by Golang!
- Host: GitHub
- URL: https://github.com/mohanson/game-of-life
- Owner: mohanson
- Created: 2017-03-02T06:21:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T06:38:24.000Z (over 1 year ago)
- Last Synced: 2024-04-02T04:54:49.173Z (7 months ago)
- Language: Go
- Size: 233 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conway's Game of Life
![img](./res/example.gif)
The [Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life), also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.
# Usage
```sh
$ git clone https://github.com/Mohanson/game-of-life.git
$ go run game.go > game.gif
```If you have installed the ffplay, also can be used as:
```sh
$ go run game.go | ffplay -
```# License
MIT.