Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.