sinsys / conway-game-of-life

The universe of the Game of Life is an infinite two-dimensional orthogonal grid of square cells
2 stars 1 forks source link

Feature/landscape #2

Closed sinsys closed 2 years ago

sinsys commented 2 years ago

Created basic array generation and differential between cells.

Interfaces defined and basic Landscape structure generation completed.

image