Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathisve/conways-game-of-life
Conways game of life implementation in Golang
https://github.com/mathisve/conways-game-of-life
Last synced: about 2 months ago
JSON representation
Conways game of life implementation in Golang
- Host: GitHub
- URL: https://github.com/mathisve/conways-game-of-life
- Owner: mathisve
- Created: 2020-02-08T20:01:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-17T03:13:50.000Z (over 2 years ago)
- Last Synced: 2024-06-21T19:07:24.341Z (6 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# conways-game-of-life
[Conways game of life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) implementation in Golang.Change the `size` parameter to change the size of the world.
Change the `fill_odds` parameter to change amount of initial activated tiles.
Change the `steps` parameter to change the amount of iterations the world goes trough.