Skip to content

jasondelponte/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages