sekkurocode / Cellular-Automata

Development of a python software, simulating "Cellular Automata".
MIT License
1 stars 0 forks source link

#25 User Input Grid Size #25

Open fabrice-eberle opened 5 months ago

fabrice-eberle commented 5 months ago

Let´s add a user input of any kind for setting the grid size. Adjust the code so grid_layout gets a variable integer, as well as numcols and numrows.