kamil-tarnas / GameOfLife

Implementation of John Conway's Game of Life cellular automation
GNU General Public License v2.0
0 stars 1 forks source link

Make some other possibility of initial matrix filling #13

Open kamil-tarnas opened 6 years ago

kamil-tarnas commented 6 years ago

Implement custom way of providing initial values of matrix simulation, e.g. read from file, only initialize some area to random values.