jasondelponte / GameOfLife

Playing around with Conways Game of Life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GameOfLife

Playing around with Conways Game of Life

Usage

./cgol -w <width> -h <height> -c <chance of life>

The implementation is very simple right now it builds two 2 dimentional arrays with their edges wrapped around. I used two buffers so i can just swap between them inbetween steps.

About

Playing around with Conways Game of Life


Languages

Language:Go 100.0%