SoftwareSystemDesign / simulated-evolution

Artificial Life Simulation of Bacteria Motion depending on DNA
https://java.woehlke.org/kurzweil/simulated-evolution/
Apache License 2.0
0 stars 6 forks source link

SimulatedEvolutionWorldLattice.java: Extract method #7

Closed skele2k closed 1 year ago

skele2k commented 1 year ago

Extracted repeating food generating while loop into generateFood() function.