/conways-game-of-life

Conways game of life implementation in Golang

Primary LanguageGo

conways-game-of-life

Conways 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.